From 26eb580043ad176bdc58d996f30d470e1073ef00 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Thu, 2 May 2024 21:52:59 +1000 Subject: move driver includes into a subdir as well --- src/tangara/system_fsm/booting.cpp | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'src/tangara/system_fsm/booting.cpp') diff --git a/src/tangara/system_fsm/booting.cpp b/src/tangara/system_fsm/booting.cpp index d9e05c39..58f14706 100644 --- a/src/tangara/system_fsm/booting.cpp +++ b/src/tangara/system_fsm/booting.cpp @@ -5,8 +5,8 @@ */ #include "collation.hpp" -#include "haptics.hpp" -#include "spiffs.hpp" +#include "drivers/haptics.hpp" +#include "drivers/spiffs.hpp" #include "system_fsm/system_fsm.hpp" #include @@ -20,24 +20,24 @@ #include "freertos/projdefs.h" #include "freertos/timers.h" -#include "adc.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 "drivers/adc.hpp" +#include "drivers/bluetooth.hpp" +#include "drivers/bluetooth_types.hpp" +#include "drivers/display_init.hpp" +#include "drivers/gpios.hpp" +#include "drivers/i2c.hpp" +#include "drivers/nvs.hpp" +#include "drivers/samd.hpp" +#include "drivers/spi.hpp" +#include "drivers/touchwheel.hpp" #include "events/event_queue.hpp" -#include "gpios.hpp" -#include "i2c.hpp" -#include "nvs.hpp" -#include "samd.hpp" -#include "spi.hpp" #include "system_fsm/service_locator.hpp" #include "system_fsm/system_events.hpp" #include "tasks.hpp" -#include "touchwheel.hpp" #include "ui/ui_fsm.hpp" namespace system_fsm { -- cgit v1.2.3