summaryrefslogtreecommitdiff
path: root/src/tangara/system_fsm/service_locator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tangara/system_fsm/service_locator.cpp')
-rw-r--r--src/tangara/system_fsm/service_locator.cpp19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/tangara/system_fsm/service_locator.cpp b/src/tangara/system_fsm/service_locator.cpp
new file mode 100644
index 00000000..d8dcf44a
--- /dev/null
+++ b/src/tangara/system_fsm/service_locator.cpp
@@ -0,0 +1,19 @@
+/*
+ * Copyright 2023 jacqueline <me@jacqueline.id.au>
+ *
+ * SPDX-License-Identifier: GPL-3.0-only
+ */
+
+#include "service_locator.hpp"
+
+#include <memory>
+
+#include "nvs.hpp"
+#include "storage.hpp"
+#include "touchwheel.hpp"
+
+namespace system_fsm {
+
+ServiceLocator::ServiceLocator() : sd_(drivers::SdState::kNotPresent) {}
+
+} // namespace system_fsm