fxi log formatting

This commit is contained in:
Kevin Hester 2021-03-09 15:07:26 +08:00
parent d841d86bbc
commit 5b0d8381b9

View File

@ -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");
}
}