Fix desktop build

This commit is contained in:
WillyJL
2025-09-23 22:30:01 +02:00
parent 189aec9fe3
commit a1ca553bc0

View File

@@ -1596,7 +1596,7 @@ void loop()
#endif
service->loop();
#if !MESHTASTIC_EXCLUDE_INPUTBROKER
#if !MESHTASTIC_EXCLUDE_INPUTBROKER && defined(HAS_FREE_RTOS)
inputBroker->processInputEventQueue();
#endif
#if defined(LGFX_SDL)