mirror of
https://github.com/JorjBauer/aiie.git
synced 2024-12-28 21:29:34 +00:00
fix SDL build
This commit is contained in:
parent
18fa352ab4
commit
2bf4297c1c
8
bios.cpp
8
bios.cpp
@ -286,11 +286,11 @@ uint8_t BIOS::GetAction(int8_t selection)
|
||||
(resetButtonDebouncer.read() == HIGH)
|
||||
#endif
|
||||
) {
|
||||
#ifndef TEENSYDUINO
|
||||
usleep(100)
|
||||
#endif
|
||||
#ifdef TEENSYDUINO
|
||||
threads.delay(1);
|
||||
;
|
||||
#else
|
||||
usleep(100);
|
||||
#endif
|
||||
// Wait for either a keypress or the reset button to be pressed
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user