diff options
| author | jacqueline <me@jacqueline.id.au> | 2024-05-02 21:41:56 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2024-05-02 21:41:56 +1000 |
| commit | 7d7f7755d17e1e0a2348d75d797097f166b70471 (patch) | |
| tree | 1129eef470a90fc954a0c6f281e8d94fe0339101 /src/tangara/system_fsm/booting.cpp | |
| parent | 1573a8c4cde1cd9528b422b2dcc598e37ffe94a7 (diff) | |
| download | tangara-fw-7d7f7755d17e1e0a2348d75d797097f166b70471.tar.gz | |
start moving include files into subdirs
Diffstat (limited to 'src/tangara/system_fsm/booting.cpp')
| -rw-r--r-- | src/tangara/system_fsm/booting.cpp | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/tangara/system_fsm/booting.cpp b/src/tangara/system_fsm/booting.cpp index 44700cc4..d9e05c39 100644 --- a/src/tangara/system_fsm/booting.cpp +++ b/src/tangara/system_fsm/booting.cpp @@ -7,7 +7,7 @@ #include "collation.hpp" #include "haptics.hpp" #include "spiffs.hpp" -#include "system_fsm.hpp" +#include "system_fsm/system_fsm.hpp" #include <stdint.h> #include <memory> @@ -21,24 +21,24 @@ #include "freertos/timers.h" #include "adc.hpp" -#include "audio_fsm.hpp" -#include "battery.hpp" +#include "audio/audio_fsm.hpp" +#include "audio/track_queue.hpp" +#include "battery/battery.hpp" #include "bluetooth.hpp" #include "bluetooth_types.hpp" +#include "database/tag_parser.hpp" #include "display_init.hpp" -#include "event_queue.hpp" +#include "events/event_queue.hpp" #include "gpios.hpp" #include "i2c.hpp" #include "nvs.hpp" #include "samd.hpp" -#include "service_locator.hpp" #include "spi.hpp" -#include "system_events.hpp" -#include "tag_parser.hpp" +#include "system_fsm/service_locator.hpp" +#include "system_fsm/system_events.hpp" #include "tasks.hpp" #include "touchwheel.hpp" -#include "track_queue.hpp" -#include "ui_fsm.hpp" +#include "ui/ui_fsm.hpp" namespace system_fsm { namespace states { |
