mirror of
https://github.com/espressif/openthread.git
synced 2026-07-09 22:00:19 +00:00
Update otLog*() to not require line separators. (#854)
This commit is contained in:
@@ -312,6 +312,7 @@ void otCliLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat,
|
||||
}
|
||||
|
||||
Uart::sUartServer->OutputFormatV(aFormat, aAp);
|
||||
Uart::sUartServer->OutputFormat("\r\n");
|
||||
}
|
||||
#ifdef __cplusplus
|
||||
} // extern "C"
|
||||
|
||||
Reference in New Issue
Block a user