Fix init for InputEvent (#8015)

This commit is contained in:
Markus
2025-09-18 06:32:56 -05:00
committed by GitHub
parent ba18467bd1
commit d8381aa905
10 files changed
+15 -15

No files matched your search

+1 -1
View File
@@ -49,7 +49,7 @@ bool SeesawRotary::init()
int32_t SeesawRotary::runOnce()
{
InputEvent e;
InputEvent e = {};
e.inputEvent = INPUT_BROKER_NONE;
bool currentlyPressed = !ss.digitalRead(SS_SWITCH);