From 78ef98a74d0206bfd6104a9cd8aded3ff18bf558 Mon Sep 17 00:00:00 2001 From: KLASSENTS Date: Thu, 27 Mar 2025 11:51:13 +0700 Subject: [PATCH] =?UTF-8?q?=D1=83=D0=BC=D0=B5=D0=BD=D1=8C=D1=88=D0=B8?= =?UTF-8?q?=D0=BB=D0=B0=20=D1=81=D1=82=D0=B5=D0=BA=20=D0=B7=D0=B0=D0=B4?= =?UTF-8?q?=D0=B0=D1=87,=20=D0=BA=D0=B0=D0=BA=20=D0=B2=20=D0=BF=D1=80?= =?UTF-8?q?=D0=B8=D0=BC=D0=B5=D1=80=D0=B0=D1=85=20freeRTOS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libraries/FreeRTOS/src/FreeRTOSConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/FreeRTOS/src/FreeRTOSConfig.h b/libraries/FreeRTOS/src/FreeRTOSConfig.h index 5ecb5b8..98ccb02 100644 --- a/libraries/FreeRTOS/src/FreeRTOSConfig.h +++ b/libraries/FreeRTOS/src/FreeRTOSConfig.h @@ -36,7 +36,7 @@ extern "C" { #define configCPU_CLOCK_HZ ( ( uint32_t ) F_CPU ) // This F_CPU variable set by the environment #define configTICK_RATE_HZ ( ( TickType_t ) 100 ) #define configMAX_PRIORITIES 4 -#define configMINIMAL_STACK_SIZE 192 +#define configMINIMAL_STACK_SIZE 128 #define configMAX_TASK_NAME_LEN 16 #define configUSE_16_BIT_TICKS 0 #define configIDLE_SHOULD_YIELD 1