diff options
Diffstat (limited to 'src/system_fsm/include')
| -rw-r--r-- | src/system_fsm/include/system_fsm.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/system_fsm/include/system_fsm.hpp b/src/system_fsm/include/system_fsm.hpp index d30a712c..3d513666 100644 --- a/src/system_fsm/include/system_fsm.hpp +++ b/src/system_fsm/include/system_fsm.hpp @@ -10,6 +10,7 @@ #include "app_console.hpp" #include "battery.hpp" +#include "bluetooth.hpp" #include "database.hpp" #include "display.hpp" #include "gpios.hpp" @@ -62,6 +63,7 @@ class SystemState : public tinyfsm::Fsm<SystemState> { static std::shared_ptr<drivers::Battery> sBattery; static std::shared_ptr<drivers::SdStorage> sStorage; static std::shared_ptr<drivers::Display> sDisplay; + static std::shared_ptr<drivers::Bluetooth> sBluetooth; static std::shared_ptr<database::Database> sDatabase; static std::shared_ptr<database::TagParserImpl> sTagParser; |
