From 3268bbd153be4836ef1a514162c7d32e265af481 Mon Sep 17 00:00:00 2001 From: cfif Date: Fri, 6 Mar 2026 13:33:15 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LinActuatorTasks.h | 2 +- LinSensorTasks.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LinActuatorTasks.h b/LinActuatorTasks.h index bace8b0..113d4cb 100644 --- a/LinActuatorTasks.h +++ b/LinActuatorTasks.h @@ -457,7 +457,7 @@ typedef struct { struct { osThreadId_t id; - uint32_t stack[1024]; + uint32_t stack[256]; StaticTask_t controlBlock; osThreadAttr_t attr; } threadLin; diff --git a/LinSensorTasks.h b/LinSensorTasks.h index 36f9b22..e154c70 100644 --- a/LinSensorTasks.h +++ b/LinSensorTasks.h @@ -11,7 +11,7 @@ #include "LoggerInterface.h" #define LOG_LIN4_ACTUATOR 1 -#define LOG_LIN5_ACTUATOR 1 +#define LOG_LIN5_ACTUATOR 0 #define AirQS_Stat 0x14 #define Aroma_Stat 0x5 @@ -221,7 +221,7 @@ typedef struct { struct { osThreadId_t id; - uint32_t stack[1024]; + uint32_t stack[256]; StaticTask_t controlBlock; osThreadAttr_t attr; } threadLin; @@ -252,7 +252,7 @@ typedef struct { struct { osThreadId_t id; - uint32_t stack[1024]; + uint32_t stack[256]; StaticTask_t controlBlock; osThreadAttr_t attr; } threadLin;