Fine-tuning "libs" API

This commit is contained in:
Attila Body 2019-10-18 13:55:10 +02:00
parent ffec0e2b57
commit e8cff640ac
18 changed files with 244 additions and 204 deletions

View file

@ -7,9 +7,9 @@
#include "globals.h"
UARTSTATUS g_uartStatuses[UARTCOUNT];
USARTSTATUS g_uartStatuses[USARTCOUNT];
struct crcstatus_t g_crcStatus;
CRCSTATUS g_crcStatus;
DMAINFO g_ConsoleTxDmaInfo;
uint8_t g_statsBuf[128];