Refactor RFID handler and user structures; update memory management in main.c and users.c; improve UUID generation logic and add list handling in parseIncomingPacket function.
This commit is contained in:
Vendored
+3
-1
@@ -6,7 +6,9 @@
|
||||
"errno.h": "c",
|
||||
"rfid_handler.h": "c",
|
||||
"fcntl.h": "c",
|
||||
"file_operations.h": "c"
|
||||
"file_operations.h": "c",
|
||||
"string.h": "c",
|
||||
"termios.h": "c"
|
||||
},
|
||||
"C_Cpp.errorSquiggles": "enabled"
|
||||
}
|
||||
Reference in New Issue
Block a user