mirror of
https://github.com/meshtastic/firmware.git
synced 2025-10-29 15:46:46 +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)
|
int KbI2cBase::onNotify(KbInterruptObservable *src)
|
||||||
{
|
{
|
||||||
// Called from interrupt context, request polling after exiting the ISR
|
// Called from interrupt context, request polling after exiting the ISR
|
||||||
|
#ifdef KB_INT
|
||||||
inputBroker->requestPollSoon(this);
|
inputBroker->requestPollSoon(this);
|
||||||
|
#endif
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user