Skip to content

Commit

Permalink
Revert "Decrease heapsize to make room for the new icon"
Browse files Browse the repository at this point in the history
This reverts commit 8f3b7b1.
  • Loading branch information
NeroBurner committed Oct 6, 2024
1 parent 2a8e953 commit 42bcd56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FreeRTOSConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
#define configTICK_RATE_HZ 1024
#define configMAX_PRIORITIES (3)
#define configMINIMAL_STACK_SIZE (120)
#define configTOTAL_HEAP_SIZE (1024 * 35)
#define configTOTAL_HEAP_SIZE (1024 * 40)
#define configMAX_TASK_NAME_LEN (4)
#define configUSE_16_BIT_TICKS 0
#define configIDLE_SHOULD_YIELD 1
Expand Down

0 comments on commit 42bcd56

Please sign in to comment.