Sfoglia il codice sorgente

change id to u32

Signed-off-by: huhui <huhui@sharkgulf.com>
huhui 4 anni fa
parent
commit
167e33f640
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;