refactor: 清理UART调试代码并保留RTT诊断
This commit is contained in:
@@ -41,6 +41,9 @@ typedef struct {
|
||||
uint32_t tx_bytes;
|
||||
uint32_t rx_packets;
|
||||
uint32_t tx_packets;
|
||||
uint32_t idle_events;
|
||||
uint32_t rx_half_events;
|
||||
uint32_t rx_full_events;
|
||||
uint32_t errors;
|
||||
} uart_stats_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user