/* * globals.c * * Created on: Aug 29, 2019 * Author: abody */ #include "globals.h" USARTSTATUS g_uartStatuses[USARTCOUNT]; CRCSTATUS g_crcStatus; DMAINFO g_ConsoleTxDmaInfo; uint8_t g_statsBuf[256];