mirror of
https://github.com/vivier/EMILE.git
synced 2025-02-06 23:30:37 +00:00
remove broken modification (last commit)
This commit is contained in:
parent
016a3c28fd
commit
ff3e6e29a5
@ -67,13 +67,6 @@ int console_keypressed(int timeout)
|
||||
{
|
||||
long time = Ticks + timeout;
|
||||
|
||||
/* wait user releases the previous key */
|
||||
|
||||
while (serial_keypressed(SERIAL_MODEM_PORT) ||
|
||||
serial_keypressed(SERIAL_PRINTER_PORT) ||
|
||||
(vga_is_available() && keyboard_keypressed()))
|
||||
;
|
||||
|
||||
while (!timeout || (Ticks < time))
|
||||
{
|
||||
if (serial_keypressed(SERIAL_MODEM_PORT))
|
||||
|
Loading…
x
Reference in New Issue
Block a user