remove broken modification (last commit)

This commit is contained in:
Laurent Vivier 2008-07-27 15:13:55 +00:00
parent 016a3c28fd
commit ff3e6e29a5

View File

@ -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))