mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-19 23:08:34 +03:00
Moved global Usart state into usart struct
This commit is contained in:
@@ -97,6 +97,7 @@
|
||||
|
||||
typedef struct Usart_info {
|
||||
Usart *base;
|
||||
uint8_t state;
|
||||
uint32_t id;
|
||||
} Usart_info;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user