Refactor UART handling: update UART status management, improve dialog window dimensions, and enhance main menu display.
This commit is contained in:
@@ -7,9 +7,12 @@
|
||||
typedef struct
|
||||
{
|
||||
char *uart_address;
|
||||
BYTE *uart_status;
|
||||
list_t *person_list_head;
|
||||
} UartThreadArgs;
|
||||
|
||||
|
||||
|
||||
// UART handler thread
|
||||
void *uartListener(void *arg);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user