/* * globals.c * * Created on: Aug 29, 2019 * Author: abody */ #include "globals.h" uint32_t g_tickCount = 0; UARTSTATUS g_uartStatuses[UARTCOUNT]; struct crcstatus_t g_crcStatus; DMAINFO g_ConsoleTxDmaInfo; uint8_t g_statsBuf[128];