CE remove last \n

This commit is contained in:
2026-02-25 16:26:53 +01:00
parent 29bbcea435
commit 2052bb0e1d

View File

@@ -214,6 +214,5 @@ void app_main (void) {
line_cursor = 0; line_cursor = 0;
memset (line_buffer, 0, sizeof (line_buffer)); memset (line_buffer, 0, sizeof (line_buffer));
printf ("\n");
} }
} }