Reorganizing project
This commit is contained in:
parent
2d6567b1b2
commit
76ba80db36
51 changed files with 139 additions and 266 deletions
13
App/globals_cpp.cpp
Normal file
13
App/globals_cpp.cpp
Normal file
|
@ -0,0 +1,13 @@
|
|||
/*
|
||||
* globals_cpp.cpp
|
||||
*
|
||||
* Created on: Nov 4, 2019
|
||||
* Author: abody
|
||||
*/
|
||||
#include "globals.h"
|
||||
|
||||
#include <f4ll/ll_hsusart.h>
|
||||
#include <f4ll/ll_memcpydma.h>
|
||||
|
||||
f4ll::LL_HsUsart *g_usarts[4];
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue