From fc6162a1f1af5c5be894fc42c7991750d54d812d Mon Sep 17 00:00:00 2001 From: zhaohe Date: Sat, 27 Apr 2024 13:25:08 +0800 Subject: [PATCH] update --- iflytop_canbus_protocol.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iflytop_canbus_protocol.hpp b/iflytop_canbus_protocol.hpp index 668c196..4b66b09 100644 --- a/iflytop_canbus_protocol.hpp +++ b/iflytop_canbus_protocol.hpp @@ -290,8 +290,8 @@ typedef struct { } ask_taskinfo_t; typedef struct { - uint16_t total_heap_size; - uint16_t free_heap_size; + uint32_t total_heap_size; + uint32_t free_heap_size; uint16_t taskNum; uint16_t sysHasRun; } ack_sysinfo_t;