f407ve_freertos/Application/globals.cpp
2021-10-31 00:33:00 +02:00

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;