missing line term

This commit is contained in:
Kevin Hester 2020-12-25 15:31:17 +08:00
parent 88fa24ce79
commit f45451ca74

View File

@ -912,7 +912,7 @@ void Screen::blink() {
void Screen::handlePrint(const char *text)
{
DEBUG_MSG("Screen: %s", text);
DEBUG_MSG("Screen: %s\n", text);
if (!useDisplay || !showingNormalScreen)
return;