summaryrefslogtreecommitdiff
path: root/src/system_fsm/booting.cpp
diff options
context:
space:
mode:
authorailurux <ailuruxx@gmail.com>2024-02-13 10:32:59 +1100
committerailurux <ailuruxx@gmail.com>2024-02-13 10:32:59 +1100
commit15f3da0f8ca9b85125ac557aa15c222e50fc8c8a (patch)
tree3f24a7429ed922781c22084c1dc0aeb319d96675 /src/system_fsm/booting.cpp
parent26ae027d6721510e4b4a8107e95acc57efaaf2c6 (diff)
parentcb379f4bc3c51eacf80b786566ab3c2675191164 (diff)
downloadtangara-fw-15f3da0f8ca9b85125ac557aa15c222e50fc8c8a.tar.gz
Merge branch 'main' into scroll-sensitivity
Diffstat (limited to 'src/system_fsm/booting.cpp')
-rw-r--r--src/system_fsm/booting.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/system_fsm/booting.cpp b/src/system_fsm/booting.cpp
index b166a02c..41f46df2 100644
--- a/src/system_fsm/booting.cpp
+++ b/src/system_fsm/booting.cpp
@@ -47,6 +47,7 @@ namespace states {
static auto bt_event_cb(drivers::bluetooth::Event ev) -> void {
events::Ui().Dispatch(BluetoothEvent{.event = ev});
+ events::Audio().Dispatch(BluetoothEvent{.event = ev});
}
static const TickType_t kInterruptCheckPeriod = pdMS_TO_TICKS(100);