document where ui calls were in emulator.c (even if there's not used there anymore)
This commit is contained in:
parent
a39e209394
commit
dea07d3bcc
1 changed files with 3 additions and 3 deletions
|
@ -230,8 +230,8 @@ static void EmulatorLoop( void )
|
|||
ChfSignal();
|
||||
}
|
||||
|
||||
/* X Events handling */
|
||||
/* HandleXEvents(); */
|
||||
/* UI Events handling */
|
||||
// ui_get_event();
|
||||
|
||||
/* Handle serial port */
|
||||
HandleSerial();
|
||||
|
@ -324,7 +324,7 @@ static ChfAction EmulatorLoopHandler( const ChfDescriptor* d, const ChfState s,
|
|||
this ensures that the latest LCD updated actually
|
||||
get to the screen.
|
||||
*/
|
||||
// DrawLcd();
|
||||
// ui_update_display();
|
||||
|
||||
/* Handle serial port activity before entering the outer idle
|
||||
loop, because this could possibly bring the cpu out of
|
||||
|
|
Loading…
Reference in a new issue