We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a8e953 commit 42bcd56Copy full SHA for 42bcd56
src/FreeRTOSConfig.h
@@ -62,7 +62,7 @@
62
#define configTICK_RATE_HZ 1024
63
#define configMAX_PRIORITIES (3)
64
#define configMINIMAL_STACK_SIZE (120)
65
-#define configTOTAL_HEAP_SIZE (1024 * 35)
+#define configTOTAL_HEAP_SIZE (1024 * 40)
66
#define configMAX_TASK_NAME_LEN (4)
67
#define configUSE_16_BIT_TICKS 0
68
#define configIDLE_SHOULD_YIELD 1
0 commit comments