f407ve_hs_uart/app/globals.c
2019-10-18 13:55:22 +02:00

16 lines
216 B
C

/*
* 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[128];