From 11537ef794296cfae944edbfa69775dcb9403241 Mon Sep 17 00:00:00 2001 From: Felix Raimundo Date: Thu, 24 Mar 2016 13:53:54 +0100 Subject: [PATCH] Remove call to get_char to fix tests. Change-Id: I87e12b9ce5fc807edfcf1460e419bceed23474dd --- quiz/src/runner.c | 1 - 1 file changed, 1 deletion(-) diff --git a/quiz/src/runner.c b/quiz/src/runner.c index a19e202d8..bb76367cb 100644 --- a/quiz/src/runner.c +++ b/quiz/src/runner.c @@ -10,7 +10,6 @@ void print(char * message) { line_y += line_height; if (line_y > SCREEN_HEIGHT) { line_y = 0; - ion_getchar(); // Clear screen maybe? } }