From 5a2cc92c41a5401d5696a72c3964ae98c0cd2131 Mon Sep 17 00:00:00 2001 From: cfif Date: Tue, 14 Apr 2026 12:12:13 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- StatusData.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StatusData.h b/StatusData.h index 086e398..1819f0e 100644 --- a/StatusData.h +++ b/StatusData.h @@ -223,7 +223,7 @@ typedef struct __attribute__ ((packed)) { //[0x84..0xFF] No signal (Not supported) typedef struct __attribute__ ((packed)) { - uint16_t Active_Diagnostic_Session; + uint8_t Active_Diagnostic_Session; } tStatus_Active_Diagnostic_Session; #pragma scalar_storage_order little-endian