Skip to content

Commit 9bdbd0f

Browse files
committed
Decrease heap size to fix build.
1 parent 31392a3 commit 9bdbd0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FreeRTOSConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
#define configTICK_RATE_HZ 1024
6363
#define configMAX_PRIORITIES (3)
6464
#define configMINIMAL_STACK_SIZE (120)
65-
#define configTOTAL_HEAP_SIZE (1024 * 40)
65+
#define configTOTAL_HEAP_SIZE (1024 * 39)
6666
#define configMAX_TASK_NAME_LEN (4)
6767
#define configUSE_16_BIT_TICKS 0
6868
#define configIDLE_SHOULD_YIELD 1

0 commit comments

Comments
 (0)