Selaa lähdekoodia

change id to u32

Signed-off-by: huhui <huhui@sharkgulf.com>
huhui 4 vuotta sitten
vanhempi
commit
167e33f640
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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;