WIP
This commit is contained in:
parent
90d89c7fbe
commit
49383b1b32
68 changed files with 3385 additions and 610 deletions
10
App/globals.cpp
Normal file
10
App/globals.cpp
Normal file
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
* globals.c
|
||||
*
|
||||
* Created on: Aug 29, 2019
|
||||
* Author: abody
|
||||
*/
|
||||
|
||||
#include "globals.h"
|
||||
|
||||
SerialConsole<257> *g_console = nullptr;
|
Loading…
Add table
Add a link
Reference in a new issue