c code refactor
This commit is contained in:
parent
76ba80db36
commit
180f2ef624
14 changed files with 369 additions and 130 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
USARTSTATUS g_uartStatuses[USARTCOUNT];
|
||||
|
||||
CRCSTATUS g_crcStatus;
|
||||
struct crcstatus_t g_crcStatus;
|
||||
|
||||
DMAINFO g_ConsoleTxDmaInfo;
|
||||
uint8_t g_statsBuf[256];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue