From 280a6b62027ac3a0c8ee59e675b9c35425a85fbe Mon Sep 17 00:00:00 2001 From: zhaohe Date: Wed, 28 Aug 2024 20:33:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9xsync=20SN=E7=BB=93=E6=9E=84?= =?UTF-8?q?=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xs_device_info.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xs_device_info.h b/xs_device_info.h index 6348b40..367cccf 100644 --- a/xs_device_info.h +++ b/xs_device_info.h @@ -31,9 +31,9 @@ #define DEVICE_INFO_START_ADD 0x080E0000 // typedef struct { - uint32_t year; - uint32_t weak; - uint32_t index; + uint8_t year; + uint8_t weak; + uint16_t index; } xs_device_info_t; xs_device_info_t* xs_device_info_get();