summaryrefslogtreecommitdiff
path: root/src/tangara/system_fsm/idle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tangara/system_fsm/idle.cpp')
-rw-r--r--src/tangara/system_fsm/idle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tangara/system_fsm/idle.cpp b/src/tangara/system_fsm/idle.cpp
index e499693d..d233f603 100644
--- a/src/tangara/system_fsm/idle.cpp
+++ b/src/tangara/system_fsm/idle.cpp
@@ -76,7 +76,7 @@ void Idle::react(const internal::IdleTimeout& ev) {
// other state machines, etc.
auto touchwheel = sServices->touchwheel();
if (touchwheel) {
- touchwheel.value()->PowerDown();
+ touchwheel.value()->LowPowerMode(true);
}
auto& gpios = sServices->gpios();