diff --git a/src/graphics/Screen.cpp b/src/graphics/Screen.cpp index cfc059835..e341aea0b 100644 --- a/src/graphics/Screen.cpp +++ b/src/graphics/Screen.cpp @@ -852,7 +852,7 @@ int32_t Screen::runOnce() free(cmd.print_text); break; default: - DEBUG_MSG("BUG: invalid cmd"); + DEBUG_MSG("BUG: invalid cmd\n"); } }