Flanterm integration? but page fault in flanterm_fb_double_buffer_flush

This commit is contained in:
2026-02-22 18:27:57 +01:00
parent 70f19ab299
commit 1f055ab31c
14 changed files with 4027 additions and 102 deletions

View File

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