Browse Source

update

master
zhaohe 1 year ago
parent
commit
fc6162a1f1
  1. 4
      iflytop_canbus_protocol.hpp

4
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;

Loading…
Cancel
Save