Fine-tuning "libs" API
This commit is contained in:
parent
ffec0e2b57
commit
e8cff640ac
18 changed files with 244 additions and 204 deletions
|
@ -14,9 +14,9 @@
|
|||
#include "dma_helper.h"
|
||||
#include "crc_handler.h"
|
||||
|
||||
extern UARTSTATUS g_uartStatuses[UARTCOUNT];
|
||||
extern USARTSTATUS g_uartStatuses[USARTCOUNT];
|
||||
|
||||
extern struct crcstatus_t g_crcStatus;
|
||||
extern CRCSTATUS g_crcStatus;
|
||||
|
||||
extern DMAINFO g_ConsoleTxDmaInfo;
|
||||
extern uint8_t g_statsBuf[128];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue