Browse Source

change device info struct format

master
haoran 10 months ago
parent
commit
a9104693ff
  1. 4
      xs_device_info.h

4
xs_device_info.h

@ -31,9 +31,9 @@
#define DEVICE_INFO_START_ADD 0x080E0000 //
typedef struct {
uint8_t year;
uint8_t weak;
uint16_t index;
uint8_t weak;
uint8_t year;
} xs_device_info_t;
xs_device_info_t* xs_device_info_get();
Loading…
Cancel
Save