Decrease heapsize to make room for the new icon

This commit is contained in:
Tomas Groth 2024-01-29 21:35:06 +01:00 committed by Reinhold Gschweicher
parent 56e98195df
commit 8f3b7b1f41

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 * 35)
#define configMAX_TASK_NAME_LEN (4)
#define configUSE_16_BIT_TICKS 0
#define configIDLE_SHOULD_YIELD 1