mirror of
https://github.com/meshtastic/firmware.git
synced 2025-10-28 07:13:25 +00:00
Fix desktop build
This commit is contained in:
parent
a37133214f
commit
3171937f4d
@ -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;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user