initial commit
This commit is contained in:
commit
600ed241d2
123 changed files with 120036 additions and 0 deletions
16
app/globals.c
Normal file
16
app/globals.c
Normal file
|
@ -0,0 +1,16 @@
|
|||
/*
|
||||
* globals.c
|
||||
*
|
||||
* Created on: Aug 29, 2019
|
||||
* Author: abody
|
||||
*/
|
||||
|
||||
#include "globals.h"
|
||||
|
||||
UARTSTATUS g_uartStatuses[UARTCOUNT];
|
||||
|
||||
struct crcstatus_t g_crcStatus;
|
||||
|
||||
DMAINFO g_ConsoleTxDmaInfo;
|
||||
uint8_t g_statsBuf[128];
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue