Compare commits

..

1 Commits

Author SHA1 Message Date
abfe2ea922 perf: increased min heap size 2025-10-11 11:16:26 +03:00

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