Code compiles
This commit is contained in:
parent
7a74273ca7
commit
2aa08f20a0
118 changed files with 119250 additions and 34 deletions
18
app/globals.c
Normal file
18
app/globals.c
Normal file
|
@ -0,0 +1,18 @@
|
|||
/*
|
||||
* 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];
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue