Remove call to get_char to fix tests.

Change-Id: I87e12b9ce5fc807edfcf1460e419bceed23474dd
This commit is contained in:
Felix Raimundo
2016-03-24 13:53:54 +01:00
parent 3e632f5586
commit 11537ef794

View File

@@ -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?
}
}