document where ui calls were in emulator.c (even if there's not used there anymore)

This commit is contained in:
Gwenhael Le Moine 2024-09-27 21:24:15 +02:00
parent a39e209394
commit dea07d3bcc
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -230,8 +230,8 @@ static void EmulatorLoop( void )
ChfSignal(); ChfSignal();
} }
/* X Events handling */ /* UI Events handling */
/* HandleXEvents(); */ // ui_get_event();
/* Handle serial port */ /* Handle serial port */
HandleSerial(); HandleSerial();
@ -324,7 +324,7 @@ static ChfAction EmulatorLoopHandler( const ChfDescriptor* d, const ChfState s,
this ensures that the latest LCD updated actually this ensures that the latest LCD updated actually
get to the screen. get to the screen.
*/ */
// DrawLcd(); // ui_update_display();
/* Handle serial port activity before entering the outer idle /* Handle serial port activity before entering the outer idle
loop, because this could possibly bring the cpu out of loop, because this could possibly bring the cpu out of