fix misc build warnings. NFC

This commit is contained in:
Thomas Göttgens
2025-06-24 18:01:04 +02:00
parent 34f3800e2b
commit 485fc7639e
3 changed files with 10 additions and 1 deletions

View File

@@ -266,6 +266,11 @@ int32_t ButtonThread::runOnce()
break;
}
// doesn't handle BUTTON_EVENT_PRESSED_SCREEN BUTTON_EVENT_TOUCH_LONG_PRESSED BUTTON_EVENT_COMBO_SHORT_LONG
default: {
break;
}
}
}
btnEvent = BUTTON_EVENT_NONE;