/* * globals.h * * Created on: Aug 29, 2019 * Author: abody */ #ifndef GLOBALS_H_ #define GLOBALS_H_ #include #include #include #include #include "config.h" extern struct usartstatus_t g_uartStatuses[USARTCOUNT]; extern struct crcstatus_t g_crcStatus; extern struct dmainfo_t g_ConsoleTxDmaInfo; extern uint8_t g_statsBuf[256]; #endif /* GLOBALS_H_ */