tmp 2
This commit is contained in:
parent
3957af107d
commit
3253c9413e
17 changed files with 176 additions and 94 deletions
15
components/app/src/globals.cpp
Normal file
15
components/app/src/globals.cpp
Normal file
|
@ -0,0 +1,15 @@
|
|||
/*
|
||||
* globals_cpp.cpp
|
||||
*
|
||||
* Created on: Nov 4, 2019
|
||||
* Author: abody
|
||||
*/
|
||||
#include "globals.h"
|
||||
#include "config.h"
|
||||
|
||||
#include <f4ll/memcpy_dma.h>
|
||||
#include <f4ll/packet_usart.h>
|
||||
|
||||
f4ll::PacketUsart *g_usarts[USARTCOUNT];
|
||||
|
||||
uint8_t g_statsBuf[256];
|
Loading…
Add table
Add a link
Reference in a new issue