Skip to content

Commit 42bcd56

Browse files
committed
Revert "Decrease heapsize to make room for the new icon"
This reverts commit 8f3b7b1.
1 parent 2a8e953 commit 42bcd56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FreeRTOSConfig.h

+1-1
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 * 35)
65+
#define configTOTAL_HEAP_SIZE (1024 * 40)
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)