color refactoring
This commit is contained in:
@ -12,6 +12,7 @@ void logFree();
|
||||
// log a message, make sure it is a null-terminated string
|
||||
// return value can be ignored, it is only used in test
|
||||
int logMsg(const char *format, ...);
|
||||
int errMsg(const char *format, ...);
|
||||
|
||||
// reads the ringbuffer and transfers data to output channel
|
||||
// call this from the idle-loop
|
||||
|
Reference in New Issue
Block a user