diff options
| author | jacqueline <me@jacqueline.id.au> | 2023-08-18 12:32:18 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2023-08-18 12:32:18 +1000 |
| commit | 65a1f09a903cb2bcef9bcd576b5146407dd77ecd (patch) | |
| tree | 71d56da8ffe15218f13eecb35bea7d7f9276eb30 /src/app_console/include | |
| parent | d8533c42df9d3ac250d896c9fd1077b8c9a9552b (diff) | |
| download | tangara-fw-65a1f09a903cb2bcef9bcd576b5146407dd77ecd.tar.gz | |
Support app console commands for the samd
Diffstat (limited to 'src/app_console/include')
| -rw-r--r-- | src/app_console/include/app_console.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/app_console/include/app_console.hpp b/src/app_console/include/app_console.hpp index 667e452f..6c23552e 100644 --- a/src/app_console/include/app_console.hpp +++ b/src/app_console/include/app_console.hpp @@ -11,6 +11,7 @@ #include "bluetooth.hpp" #include "console.hpp" #include "database.hpp" +#include "samd.hpp" #include "track_queue.hpp" namespace console { @@ -20,6 +21,7 @@ class AppConsole : public Console { static std::weak_ptr<database::Database> sDatabase; static audio::TrackQueue* sTrackQueue; static drivers::Bluetooth* sBluetooth; + static drivers::Samd* sSamd; protected: virtual auto RegisterExtraComponents() -> void; |
