Who cares

This commit is contained in:
2026-01-25 09:51:28 +01:00
parent 091f94f89e
commit b8a155fada
2 changed files with 2 additions and 2 deletions

View File

@@ -202,7 +202,7 @@ void keyboard_handler()
if (c)
{
// Should probably have a keyboard buffer here... instead of this
//putchar(c);
putchar(c);
}
}
}