implement uart connection for logger

This commit is contained in:
2020-10-29 15:44:13 +01:00
parent e5a77ccc00
commit 3ce69c0a64
9 changed files with 73 additions and 27 deletions

View File

@ -14,6 +14,6 @@ int logMsg(char *msg);
// reads the ringbuffer and transfers data to output channel
// call this from the idle-loop
// return value can be ignored, it is only used in test
int logExecute();
int logExec();
#endif // _LOGGER_H_