mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-25 22:20:27 +00:00
Initialize value to fix warning
This commit is contained in:
parent
0108ad7992
commit
ce1480df98
@ -32,6 +32,6 @@ class UpDownInterruptBase : public Observable<const InputEvent *>, public concur
|
||||
unsigned long lastUpKeyTime = 0;
|
||||
unsigned long lastDownKeyTime = 0;
|
||||
unsigned long lastPressKeyTime = 0;
|
||||
unsigned long updownDebounceMs;
|
||||
unsigned long updownDebounceMs = 50;
|
||||
const unsigned long pressDebounceMs = 200;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user