Изменен тип данных состояния датчиков LIN4

This commit is contained in:
cfif 2026-07-07 11:57:24 +03:00
parent 5ccbc84b84
commit 1a22d1e959
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ typedef struct {
tLoggerInterface *logger;
tCCU_Req d_CCU_Req;
uint8_t Stat[LIN4_SENSOR_COUNT];
uint64_t Stat[LIN4_SENSOR_COUNT];
struct {
osThreadId_t id;