Refactor RFID handler and user structures; add UART configuration and packet parsing functions; create logger header and source files
This commit is contained in:
+2
-2
@@ -12,8 +12,8 @@ typedef struct person
|
||||
{
|
||||
uint16_t uuid;
|
||||
|
||||
char *name;
|
||||
char *surname;
|
||||
BYTE *name;
|
||||
BYTE *surname;
|
||||
uint32_t department;
|
||||
|
||||
time_t last_time_event;
|
||||
|
||||
Reference in New Issue
Block a user