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/main/main.cpp | |
| parent | 1573a8c4cde1cd9528b422b2dcc598e37ffe94a7 (diff) | |
| download | tangara-fw-7d7f7755d17e1e0a2348d75d797097f166b70471.tar.gz | |
start moving include files into subdirs
Diffstat (limited to 'src/main/main.cpp')
| -rw-r--r-- | src/main/main.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/main/main.cpp b/src/main/main.cpp index cf27b132..811f2709 100644 --- a/src/main/main.cpp +++ b/src/main/main.cpp @@ -7,14 +7,14 @@ #include "freertos/FreeRTOS.h" #include "freertos/portmacro.h" -#include "i2c.hpp" -#include "system_events.hpp" #include "tinyfsm.hpp" -#include "audio_fsm.hpp" -#include "event_queue.hpp" -#include "system_fsm.hpp" -#include "ui_fsm.hpp" +#include "audio/audio_fsm.hpp" +#include "events/event_queue.hpp" +#include "i2c.hpp" +#include "system_fsm/system_events.hpp" +#include "system_fsm/system_fsm.hpp" +#include "ui/ui_fsm.hpp" extern "C" void app_main(void) { ESP_ERROR_CHECK(drivers::init_i2c()); |
