initial commit
This commit is contained in:
commit
9f225a2c9d
113 changed files with 116214 additions and 0 deletions
16
application/globals.c
Normal file
16
application/globals.c
Normal file
|
@ -0,0 +1,16 @@
|
|||
/*
|
||||
* globals.c
|
||||
*
|
||||
* Created on: Aug 29, 2019
|
||||
* Author: abody
|
||||
*/
|
||||
|
||||
#include "globals.h"
|
||||
|
||||
struct usartstatus_t g_uartStatuses[USARTCOUNT];
|
||||
|
||||
struct crcstatus_t g_crcStatus;
|
||||
|
||||
DMAINFO g_ConsoleTxDmaInfo;
|
||||
uint8_t g_statsBuf[256];
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue