Fix desktop build

This commit is contained in:
WillyJL 2025-09-24 03:21:06 +02:00
parent a37133214f
commit 3171937f4d
No known key found for this signature in database

View File

@ -640,6 +640,8 @@ void KbI2cBase::toggleBacklight(bool on)
int KbI2cBase::onNotify(KbInterruptObservable *src)
{
// Called from interrupt context, request polling after exiting the ISR
#ifdef KB_INT
inputBroker->requestPollSoon(this);
#endif
return 0;
}