mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-28 10:42:08 +00:00
Remove unnecessary edits
This commit is contained in:
parent
2088036521
commit
a3a92d2d13
@ -11,11 +11,6 @@ KbI2cBase::KbI2cBase(const char *name) : concurrency::OSThread(name)
|
|||||||
|
|
||||||
int32_t KbI2cBase::runOnce()
|
int32_t KbI2cBase::runOnce()
|
||||||
{
|
{
|
||||||
if (cardkb_found != CARDKB_ADDR){
|
|
||||||
// Input device is not detected.
|
|
||||||
return 500;
|
|
||||||
}
|
|
||||||
|
|
||||||
InputEvent e;
|
InputEvent e;
|
||||||
e.inputEvent = ModuleConfig_CannedMessageConfig_InputEventChar_KEY_NONE;
|
e.inputEvent = ModuleConfig_CannedMessageConfig_InputEventChar_KEY_NONE;
|
||||||
e.source = this->_originName;
|
e.source = this->_originName;
|
||||||
|
Loading…
Reference in New Issue
Block a user