Refactor UART handling and enhance user data structures

This commit is contained in:
2025-04-22 20:34:19 +02:00
parent 4ff9a7f03d
commit d642cc92ab
6 changed files with 48 additions and 17 deletions
+3 -1
View File
@@ -2,6 +2,8 @@
"files.associations": {
"users.h": "c",
"ncurses.h": "c",
"stdlib.h": "c"
"stdlib.h": "c",
"errno.h": "c",
"rfid_handler.h": "c"
}
}