瀏覽代碼

change id to u32

Signed-off-by: huhui <huhui@sharkgulf.com>
huhui 4 年之前
父節點
當前提交
167e33f640
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Application/app/event_record.h

+ 1 - 1
Application/app/event_record.h

@@ -20,7 +20,7 @@ typedef enum {
 }event_id_t;
 
 typedef struct {
-	event_id_t id;
+	u32 id;
 	u32 timestamp;
 	u32 data;
 }event_record_t;