C++ build fixed, C dropped
This commit is contained in:
parent
c439c48643
commit
f26710a667
23 changed files with 50 additions and 1062 deletions
|
@ -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_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue