10 lines
163 B
C++
10 lines
163 B
C++
/*
|
|
* globals.c
|
|
*
|
|
* Created on: Aug 29, 2019
|
|
* Author: abody
|
|
*/
|
|
|
|
#include "../Application/globals.h"
|
|
|
|
f4ll_cpp::SerialConsole<257> *g_console = nullptr;
|