Decrease FreeRTOS heap size

ld reports "region RAM overflowed with stack" otherwise
This commit is contained in:
Mathias Tausen 2024-04-28 15:40:02 +02:00
parent 62b2a4d1db
commit ca0b300f06

View file

@ -62,7 +62,7 @@
#define configTICK_RATE_HZ 1024
#define configMAX_PRIORITIES (3)
#define configMINIMAL_STACK_SIZE (120)
#define configTOTAL_HEAP_SIZE (1024 * 40)
#define configTOTAL_HEAP_SIZE (1024 * 39)
#define configMAX_TASK_NAME_LEN (4)
#define configUSE_16_BIT_TICKS 0
#define configIDLE_SHOULD_YIELD 1