implement uart connection for logger
This commit is contained in:
@ -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_
|
||||
|
Reference in New Issue
Block a user