Skip to content
This repository has been archived by the owner on Nov 4, 2020. It is now read-only.

Commit

Permalink
restable (removed keyboard msgs)
Browse files Browse the repository at this point in the history
  • Loading branch information
vhaudiquet committed Oct 11, 2018
1 parent a4f4e4b commit 611b298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devices/keyboard.c
Expand Up @@ -73,7 +73,7 @@ u8 azer_ctrl_kbd_map[] =

u8 getchar(u8 keycode)
{
kprintf("getchar: keycode = %u\n", keycode);
//kprintf("getchar: keycode = %u\n", keycode);
if(keycode > sizeof(azer_kbd_map)) return 0;
if(kbd_maj) return azer_maj_kbd_map[keycode];
else if(kbd_ctrl) return azer_ctrl_kbd_map[keycode];
Expand Down

0 comments on commit 611b298

Please sign in to comment.