chore: redundant

This commit is contained in:
Arthur Tazhitdinov 2026-01-20 05:22:26 +05:00
parent c4b76ef6dc
commit 4245d11578

View File

@ -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;
}