f407_test/App/globals.h
2020-02-11 08:34:45 +01:00

18 lines
262 B
C

/*
* globals.h
*
* Created on: Aug 29, 2019
* Author: abody
*/
#ifndef GLOBALS_H_
#define GLOBALS_H_
#include <f4ll_cpp/serialconsole.h>
#if defined(__cplusplus)
extern SerialConsole<257> *g_console;
#endif // __cplusplus
#endif /* GLOBALS_H_ */