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

@ -10,15 +10,15 @@
#include <inttypes.h>
#include "config.h"
#include "f4ll_c/usart_handler.h"
#include "f4ll_c/dma_helper.h"
#include "f4ll_c/crc_handler.h"
//#include "f4ll_c/usart_handler.h"
//#include "f4ll_c/dma_helper.h"
//#include "f4ll_c/crc_handler.h"
extern struct usartstatus_t g_uartStatuses[USARTCOUNT];
//extern struct usartstatus_t g_uartStatuses[USARTCOUNT];
extern struct crcstatus_t g_crcStatus;
//extern struct crcstatus_t g_crcStatus;
extern DMAINFO g_ConsoleTxDmaInfo;
//extern DMAINFO g_ConsoleTxDmaInfo;
extern uint8_t g_statsBuf[256];
#endif /* GLOBALS_H_ */