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
+7
View File
@@ -0,0 +1,7 @@
#ifndef __RFID_HANDLER_H__
#define __RFIT_HANDLER_H__
#endif
// UART handler thread
void *uartListener(void *arg);