Обновление
This commit is contained in:
parent
b6ae8155ec
commit
3268bbd153
|
|
@ -457,7 +457,7 @@ typedef struct {
|
||||||
|
|
||||||
struct {
|
struct {
|
||||||
osThreadId_t id;
|
osThreadId_t id;
|
||||||
uint32_t stack[1024];
|
uint32_t stack[256];
|
||||||
StaticTask_t controlBlock;
|
StaticTask_t controlBlock;
|
||||||
osThreadAttr_t attr;
|
osThreadAttr_t attr;
|
||||||
} threadLin;
|
} threadLin;
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
#include "LoggerInterface.h"
|
#include "LoggerInterface.h"
|
||||||
|
|
||||||
#define LOG_LIN4_ACTUATOR 1
|
#define LOG_LIN4_ACTUATOR 1
|
||||||
#define LOG_LIN5_ACTUATOR 1
|
#define LOG_LIN5_ACTUATOR 0
|
||||||
|
|
||||||
#define AirQS_Stat 0x14
|
#define AirQS_Stat 0x14
|
||||||
#define Aroma_Stat 0x5
|
#define Aroma_Stat 0x5
|
||||||
|
|
@ -221,7 +221,7 @@ typedef struct {
|
||||||
|
|
||||||
struct {
|
struct {
|
||||||
osThreadId_t id;
|
osThreadId_t id;
|
||||||
uint32_t stack[1024];
|
uint32_t stack[256];
|
||||||
StaticTask_t controlBlock;
|
StaticTask_t controlBlock;
|
||||||
osThreadAttr_t attr;
|
osThreadAttr_t attr;
|
||||||
} threadLin;
|
} threadLin;
|
||||||
|
|
@ -252,7 +252,7 @@ typedef struct {
|
||||||
|
|
||||||
struct {
|
struct {
|
||||||
osThreadId_t id;
|
osThreadId_t id;
|
||||||
uint32_t stack[1024];
|
uint32_t stack[256];
|
||||||
StaticTask_t controlBlock;
|
StaticTask_t controlBlock;
|
||||||
osThreadAttr_t attr;
|
osThreadAttr_t attr;
|
||||||
} threadLin;
|
} threadLin;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue