show msecs required to send a packet

This commit is contained in:
geeksville
2020-02-08 10:13:04 -08:00
parent c6103ac5ef
commit b262492c75
2 changed files with 4 additions and 2 deletions

View File

@@ -282,7 +282,7 @@ static void screen_print(const char *text, uint8_t x, uint8_t y, uint8_t alignme
void screen_print(const char *text)
{
DEBUG_MSG("Screen: %s\n", text);
DEBUG_MSG("Screen: %s", text);
if (!disp)
return;