C++ build fixed, C dropped

This commit is contained in:
Attila Body 2020-11-28 12:18:35 +01:00
parent c439c48643
commit f26710a667
23 changed files with 50 additions and 1062 deletions

View file

@ -7,10 +7,10 @@
#include "globals.h"
struct usartstatus_t g_uartStatuses[USARTCOUNT];
//struct usartstatus_t g_uartStatuses[USARTCOUNT];
struct crcstatus_t g_crcStatus;
//struct crcstatus_t g_crcStatus;
DMAINFO g_ConsoleTxDmaInfo;
//DMAINFO g_ConsoleTxDmaInfo;
uint8_t g_statsBuf[256];