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

18 lines
272 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 f4ll_cpp::SerialConsole<257> *g_console;
#endif // __cplusplus
#endif /* GLOBALS_H_ */