move driver includes into a subdir as well

This commit is contained in:
jacqueline
2024-05-02 21:52:59 +10:00
parent 7d7f7755d1
commit 26eb580043
90 changed files with 203 additions and 203 deletions
+1 -1
View File
@@ -10,8 +10,8 @@
#include "tinyfsm.hpp"
#include "audio/audio_fsm.hpp"
#include "drivers/i2c.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"