aboutsummaryrefslogtreecommitdiffstats
path: root/src/systemtask/SystemTask.h
diff options
context:
space:
mode:
authormark9064 <30447455+mark9064@users.noreply.github.com>2024-10-18 00:04:52 +0100
committermark9064 <30447455+mark9064@users.noreply.github.com>2025-10-15 17:36:02 +0100
commit90e458b00075955f5fe459f4f9f965d9ddf9d11c (patch)
treecb6340bffe44e19ceded4298b212a415ff1a2f96 /src/systemtask/SystemTask.h
parent8a60a2147cb6cc77a811ff40ab24a7880cfc5d6b (diff)
Unconditionally update motion
Diffstat (limited to 'src/systemtask/SystemTask.h')
-rw-r--r--src/systemtask/SystemTask.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/systemtask/SystemTask.h b/src/systemtask/SystemTask.h
index 0ee877b7..9d99124e 100644
--- a/src/systemtask/SystemTask.h
+++ b/src/systemtask/SystemTask.h
@@ -139,7 +139,6 @@ namespace Pinetime {
void GoToRunning();
void GoToSleep();
void UpdateMotion();
- bool stepCounterMustBeReset = false;
static constexpr TickType_t batteryMeasurementPeriod = pdMS_TO_TICKS(10 * 60 * 1000);
SystemMonitor monitor;