summaryrefslogtreecommitdiff
path: root/src/system_fsm/service_locator.cpp
blob: d8dcf44a01e22d695e18f77634b00bc6003c622f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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