No printf for now

This commit is contained in:
Romain Goyet
2015-09-01 22:57:56 +02:00
parent 11bc675ac2
commit c31bd19907

View File

@@ -8,7 +8,6 @@ bool ion_scankey(ion_key_t key) {
}
char ion_getchar() {
printf("GETCHAR\n");
for (int i=0; i<100; i++) {
ion_sleep();
}