Fix desktop build

This commit is contained in:
WillyJL 2025-09-23 22:30:01 +02:00
parent 7b8179fcfe
commit eaee05437e
No known key found for this signature in database

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)