chore: redundant
This commit is contained in:
parent
c4b76ef6dc
commit
4245d11578
@ -174,7 +174,7 @@ void verifyWakeupLongPress() {
|
||||
delay(10);
|
||||
inputManager.update();
|
||||
} while (inputManager.isPressed(InputManager::BTN_POWER) && inputManager.getHeldTime() < calibratedPressDuration);
|
||||
abort = (inputManager.getHeldTime() < calibratedPressDuration);
|
||||
abort = inputManager.getHeldTime() < calibratedPressDuration;
|
||||
} else {
|
||||
abort = true;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user