From 74dbe89a7574ccfc0238c9ec4f55ac4fd9d40949 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Sun, 13 Dec 2020 21:51:20 +1300 Subject: Empty 6 lines on init of mock display --- display_sim.c | 1 + 1 file changed, 1 insertion(+) diff --git a/display_sim.c b/display_sim.c index 288118f..4737981 100644 --- a/display_sim.c +++ b/display_sim.c @@ -93,6 +93,7 @@ void display_init(void) uart_init(); /* FIXME hack: stdout not guaranteed to be assignable */ stdout = &uart_out; + printf("\n\n\n\n\n\n"); display_clear(); cursor_x = cursor_y = 0; } -- cgit v1.1