Reorganizing project
This commit is contained in:
parent
2d6567b1b2
commit
76ba80db36
51 changed files with 139 additions and 266 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"
|
||||
|
||||
USARTSTATUS g_uartStatuses[USARTCOUNT];
|
||||
|
||||
CRCSTATUS g_crcStatus;
|
||||
|
||||
DMAINFO g_ConsoleTxDmaInfo;
|
||||
uint8_t g_statsBuf[256];
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue