Обновление

This commit is contained in:
cfif 2026-03-06 13:33:15 +03:00
parent b6ae8155ec
commit 3268bbd153
2 changed files with 4 additions and 4 deletions

View File

@ -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;

View File

@ -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;