adjusted, but too few SPIs
This commit is contained in:
@ -29,7 +29,7 @@ void logFree();
|
||||
// return value can be ignored, it is only used in test
|
||||
int logMsg(const char *format, ...);
|
||||
|
||||
int coloredMsg(const t_logColor color, bool syslogToo, const char *format, ...);
|
||||
int coloredMsg(const t_logColor color, const char *format, ...);
|
||||
|
||||
#ifdef LOGGER_OUTPUT_BY_INTERRUPT
|
||||
void debugTxCpltCallback(UART_HandleTypeDef *huart);
|
||||
|
Reference in New Issue
Block a user