From 1a22d1e9590c0e63b9e8f25200c6a202b02f85e7 Mon Sep 17 00:00:00 2001 From: cfif Date: Tue, 7 Jul 2026 11:57:24 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD=20?= =?UTF-8?q?=D1=82=D0=B8=D0=BF=20=D0=B4=D0=B0=D0=BD=D0=BD=D1=8B=D1=85=20?= =?UTF-8?q?=D1=81=D0=BE=D1=81=D1=82=D0=BE=D1=8F=D0=BD=D0=B8=D1=8F=20=D0=B4?= =?UTF-8?q?=D0=B0=D1=82=D1=87=D0=B8=D0=BA=D0=BE=D0=B2=20LIN4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LinSensorTasks.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LinSensorTasks.h b/LinSensorTasks.h index 8828db4..32ded0f 100644 --- a/LinSensorTasks.h +++ b/LinSensorTasks.h @@ -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;