Decrease PS/2 timeouts.

This commit is contained in:
Jonas 'Sortie' Termansen 2022-10-31 22:38:32 +01:00
parent 77a373281e
commit bf5a85c1c4
1 changed files with 1 additions and 3 deletions

View File

@ -78,9 +78,7 @@ static const uint8_t DEVICE_CMD_RESET = 0xFF;
static const size_t DEVICE_RETRIES = 5;
// TODO: This is entirely a guess. I don't actually know what timeout is
// suitable. GRUB seems to use 20 ms. I'll pick 50 ms to be safe.
static const unsigned int TIMEOUT_MS = 50;
static const unsigned int TIMEOUT_MS = 20;
static bool WaitInput()
{