/* * Copyright 2023 jacqueline * * SPDX-License-Identifier: GPL-3.0-only */ #include "service_locator.hpp" #include #include "nvs.hpp" #include "storage.hpp" #include "touchwheel.hpp" namespace system_fsm { ServiceLocator::ServiceLocator() : sd_(drivers::SdState::kNotPresent) {} } // namespace system_fsm