diff options
| author | jacqueline <me@jacqueline.id.au> | 2024-05-02 21:52:59 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2024-05-02 21:52:59 +1000 |
| commit | 26eb580043ad176bdc58d996f30d470e1073ef00 (patch) | |
| tree | e499b1115108effe91c961452c1ee101d07beeac /src/tangara/system_fsm/system_fsm.cpp | |
| parent | 7d7f7755d17e1e0a2348d75d797097f166b70471 (diff) | |
| download | tangara-fw-26eb580043ad176bdc58d996f30d470e1073ef00.tar.gz | |
move driver includes into a subdir as well
Diffstat (limited to 'src/tangara/system_fsm/system_fsm.cpp')
| -rw-r--r-- | src/tangara/system_fsm/system_fsm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tangara/system_fsm/system_fsm.cpp b/src/tangara/system_fsm/system_fsm.cpp index 7b5e2234..2e819569 100644 --- a/src/tangara/system_fsm/system_fsm.cpp +++ b/src/tangara/system_fsm/system_fsm.cpp @@ -9,8 +9,8 @@ #include "audio/track_queue.hpp" #include "database/tag_parser.hpp" #include "driver/gpio.h" +#include "drivers/gpios.hpp" #include "events/event_queue.hpp" -#include "gpios.hpp" #include "system_fsm/service_locator.hpp" #include "system_fsm/system_events.hpp" |
