From dea07d3bcc4b7f122329f30d844b34eb394943dd Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Fri, 27 Sep 2024 21:24:15 +0200 Subject: [PATCH] document where ui calls were in emulator.c (even if there's not used there anymore) --- src/emulator.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/emulator.c b/src/emulator.c index 294d0a2..52bacea 100644 --- a/src/emulator.c +++ b/src/emulator.c @@ -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