fix:fix struct definition

Signed-off-by: wangboyi <wangboyi4@huawei.com>
This commit is contained in:
wangboyi 2024-11-08 15:40:11 +08:00
parent 76a3035669
commit 35458ec432

View File

@ -52,10 +52,10 @@
#define NETWORK_OFFLINE_CODE "offline_code"
typedef struct {
uint8_t data[0];
uint32_t dataLen;
LnnSyncInfoMsgComplete complete;
ListNode node;
uint8_t data[0];
} SyncInfoMsg;
typedef struct {