From 80d7df910987db5201402fe987124f29f09344f3 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Tue, 25 Jul 2023 17:42:36 +1000 Subject: fuck off --- src/system_fsm/include/system_fsm.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/system_fsm/include') diff --git a/src/system_fsm/include/system_fsm.hpp b/src/system_fsm/include/system_fsm.hpp index 3c3169d1..03b25156 100644 --- a/src/system_fsm/include/system_fsm.hpp +++ b/src/system_fsm/include/system_fsm.hpp @@ -16,6 +16,7 @@ #include "relative_wheel.hpp" #include "samd.hpp" #include "storage.hpp" +#include "tag_parser.hpp" #include "tinyfsm.hpp" #include "touchwheel.hpp" @@ -57,7 +58,9 @@ class SystemState : public tinyfsm::Fsm { static std::shared_ptr sBattery; static std::shared_ptr sStorage; static std::shared_ptr sDisplay; + static std::shared_ptr sDatabase; + static std::shared_ptr sTagParser; static std::shared_ptr sTrackQueue; -- cgit v1.2.3