f407ve_packetusart_c/application/globals.h

24 lines
450 B
C

/*
* globals.h
*
* Created on: Aug 29, 2019
* Author: abody
*/
#ifndef GLOBALS_H_
#define GLOBALS_H_
#include <f4ll_c/crcscheduler.h>
#include <f4ll_c/dmahelper.h>
#include <f4ll_c/packetusart.h>
#include <inttypes.h>
#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_ */