Skip to content

Commit 98e74a3

Browse files
committed
Call also ReloadIdleTimer
1 parent fc2241f commit 98e74a3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/systemtask/SystemTask.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,7 @@ void SystemTask::Work() {
347347
case Messages::OnChargingEvent:
348348
batteryController.Update();
349349
motorController.RunForDuration(15);
350+
ReloadIdleTimer();
350351
if (isSleeping && !isWakingUp) {
351352
GoToRunning();
352353
}

0 commit comments

Comments
 (0)