From c0c2242346e8e74ede98c0344e04f920727d91fb Mon Sep 17 00:00:00 2001 From: Nathaniel Barragan Date: Mon, 29 Jun 2020 12:39:46 -0700 Subject: [PATCH] Remove excess newlines --- hid/kbd-test/source/main.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hid/kbd-test/source/main.c b/hid/kbd-test/source/main.c index 3e2df0b..b398e50 100644 --- a/hid/kbd-test/source/main.c +++ b/hid/kbd-test/source/main.c @@ -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); }