mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-19 00:46:31 +00:00
fix keyboard
This commit is contained in:
@ -133,7 +133,6 @@ int shell_readline(int fd, char *buf)
|
||||
{
|
||||
int key = 0;
|
||||
int count = 0;
|
||||
|
||||
while (1)
|
||||
{
|
||||
key = keyboard_analyze_keycode(fd);
|
||||
|
Reference in New Issue
Block a user