diff options
| author | jacqueline <me@jacqueline.id.au> | 2024-05-02 19:12:26 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2024-05-02 19:12:26 +1000 |
| commit | 1573a8c4cde1cd9528b422b2dcc598e37ffe94a7 (patch) | |
| tree | d162822b8fd7054f81bace0c7a65ab4d5e6f93ef /src/system_fsm/service_locator.cpp | |
| parent | a231fd1c8afedbeb14b0bc77d76bad61db986059 (diff) | |
| download | tangara-fw-1573a8c4cde1cd9528b422b2dcc598e37ffe94a7.tar.gz | |
WIP merge cyclically dependent components into one big component
Diffstat (limited to 'src/system_fsm/service_locator.cpp')
| -rw-r--r-- | src/system_fsm/service_locator.cpp | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/system_fsm/service_locator.cpp b/src/system_fsm/service_locator.cpp deleted file mode 100644 index d8dcf44a..00000000 --- a/src/system_fsm/service_locator.cpp +++ /dev/null @@ -1,19 +0,0 @@ -/* - * 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 |
