perf: increased min heap size

This commit is contained in:
2025-10-11 11:16:26 +03:00
parent fd753705dd
commit abfe2ea922

View File

@@ -49,7 +49,7 @@
#define configCPU_CLOCK_HZ F_CPU
#define configTICK_RATE_HZ 1000
#define configMAX_PRIORITIES 4
#define configMINIMAL_STACK_SIZE 72
#define configMINIMAL_STACK_SIZE 84
#define configMAX_TASK_NAME_LEN 16
#define configUSE_16_BIT_TICKS 1
#define configIDLE_SHOULD_YIELD 1