mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
Remove call to get_char to fix tests.
Change-Id: I87e12b9ce5fc807edfcf1460e419bceed23474dd
This commit is contained in:
@@ -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?
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user