From 6fd588e970470b15936187980829916d0dbe77bb Mon Sep 17 00:00:00 2001 From: jacqueline Date: Thu, 1 Jun 2023 15:28:32 +1000 Subject: Add touchwheel -> encoder adapter --- src/system_fsm/system_fsm.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/system_fsm/system_fsm.cpp') diff --git a/src/system_fsm/system_fsm.cpp b/src/system_fsm/system_fsm.cpp index 6956b87c..eb7cce52 100644 --- a/src/system_fsm/system_fsm.cpp +++ b/src/system_fsm/system_fsm.cpp @@ -5,6 +5,7 @@ */ #include "system_fsm.hpp" +#include "relative_wheel.hpp" #include "system_events.hpp" namespace system_fsm { @@ -13,6 +14,7 @@ std::shared_ptr SystemState::sGpioExpander; std::shared_ptr SystemState::sSamd; std::shared_ptr SystemState::sTouch; +std::shared_ptr SystemState::sRelativeTouch; std::shared_ptr SystemState::sBattery; std::shared_ptr SystemState::sStorage; std::shared_ptr SystemState::sDisplay; -- cgit v1.2.3