Remove excess newlines

This commit is contained in:
Nathaniel Barragan 2020-06-29 12:39:46 -07:00
parent 4122b6a9ed
commit c0c2242346

View File

@ -75,10 +75,6 @@ int main(int argc, char* argv[])
// Clear the rest of the line
printf(" \n");
// Update the console, sending a new frame to the display
consoleUpdate(NULL);
}