WIP
This commit is contained in:
parent
90d89c7fbe
commit
49383b1b32
68 changed files with 3385 additions and 610 deletions
|
@ -7,5 +7,12 @@
|
|||
|
||||
#ifndef GLOBALS_H_
|
||||
#define GLOBALS_H_
|
||||
#include <f4ll_cpp/serialconsole.h>
|
||||
|
||||
#if defined(__cplusplus)
|
||||
|
||||
extern SerialConsole<257> *g_console;
|
||||
|
||||
#endif // __cplusplus
|
||||
|
||||
#endif /* GLOBALS_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue