diff options
Diffstat (limited to 'tmk_core')
-rw-r--r-- | tmk_core/chibios.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/chibios.mk b/tmk_core/chibios.mk index df9fa8498..1cd0146fe 100644 --- a/tmk_core/chibios.mk +++ b/tmk_core/chibios.mk | |||
@@ -6,7 +6,7 @@ | |||
6 | # Stack size to be allocated to the Cortex-M process stack. This stack is | 6 | # Stack size to be allocated to the Cortex-M process stack. This stack is |
7 | # the stack used by the main() thread. | 7 | # the stack used by the main() thread. |
8 | ifeq ($(USE_PROCESS_STACKSIZE),) | 8 | ifeq ($(USE_PROCESS_STACKSIZE),) |
9 | USE_PROCESS_STACKSIZE = 0x200 | 9 | USE_PROCESS_STACKSIZE = 0x800 |
10 | endif | 10 | endif |
11 | 11 | ||
12 | # Stack size to the allocated to the Cortex-M main/exceptions stack. This | 12 | # Stack size to the allocated to the Cortex-M main/exceptions stack. This |