diff --git a/source_project/cpanel.c b/source_project/cpanel.c index 76635bd..fc41489 100644 --- a/source_project/cpanel.c +++ b/source_project/cpanel.c @@ -320,7 +320,7 @@ void calibratekeys (void) print ("\n\rPress the new key:"); clearkeys (); UpdateScreen (); - while ((new = bioskey (1)) == 0); + while ((new = bioskey (1)) == 0) WaitVBL(); clearkeys (); print ("\r ");