summaryrefslogtreecommitdiff
path: root/src/FreeRTOSConfig.h
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-01-09 21:00:54 (GMT)
committerJF <jf@codingfield.com>2020-01-09 21:00:54 (GMT)
commit04c7b1429f3d5c947c051f405846bd1fa72f2bf8 (patch)
tree1e68fb9e44f6f518eec23d28ec808e37dd42d5c3 /src/FreeRTOSConfig.h
parent1e25f51af708544434f48d434602da0e3ecb60cf (diff)
Increase configMINIMAL_STACK_SIZE to fix crash issue caused by freertos timers.
Diffstat (limited to 'src/FreeRTOSConfig.h')
-rw-r--r--src/FreeRTOSConfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FreeRTOSConfig.h b/src/FreeRTOSConfig.h
index 41e5413..b4aea16 100644
--- a/src/FreeRTOSConfig.h
+++ b/src/FreeRTOSConfig.h
@@ -62,7 +62,7 @@
#define configCPU_CLOCK_HZ ( SystemCoreClock )
#define configTICK_RATE_HZ 1024
#define configMAX_PRIORITIES ( 3 )
-#define configMINIMAL_STACK_SIZE ( 60 )
+#define configMINIMAL_STACK_SIZE ( 120 )
#define configTOTAL_HEAP_SIZE ( 24000 )
#define configMAX_TASK_NAME_LEN ( 4 )
#define configUSE_16_BIT_TICKS 0