Explorar el Código

change id to u32

Signed-off-by: huhui <huhui@sharkgulf.com>
huhui hace 4 años
padre
commit
167e33f640
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;