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;