silence a warning

This commit is contained in:
Jorj Bauer 2021-01-19 22:26:50 -05:00
parent 90270e126f
commit 85b1560f2d
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ bool BIOS::loop()
bool hitReturn = false;
uint16_t rv;
uint16_t rv = BIOS_DONE;
bool changingMenu = false;
if (g_keyboard->kbhit()) {
switch (g_keyboard->read()) {