summaryrefslogtreecommitdiff
path: root/src/tangara/ui/ui_fsm.hpp
diff options
context:
space:
mode:
authorailurux <ailuruxx@gmail.com>2024-06-06 04:52:00 +0000
committercooljqln <cooljqln@noreply.codeberg.org>2024-06-06 04:52:00 +0000
commit8de07fe8fac23d508ae64dfd6ffb332f568f4e45 (patch)
tree3e48ac0c3d9da1666f415040f378af2d42f62324 /src/tangara/ui/ui_fsm.hpp
parent1242a199e3e28deab4720c33d988b371bd11ed25 (diff)
downloadtangara-fw-8de07fe8fac23d508ae64dfd6ffb332f568f4e45.tar.gz
daniel/bluetooth-avrc (#80)
Have a squizzy and lemme know if any issues @cooljqln 🐝 Reviewed-on: https://codeberg.org/cool-tech-zone/tangara-fw/pulls/80 Co-authored-by: ailurux <ailuruxx@gmail.com> Co-committed-by: ailurux <ailuruxx@gmail.com>
Diffstat (limited to 'src/tangara/ui/ui_fsm.hpp')
-rw-r--r--src/tangara/ui/ui_fsm.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tangara/ui/ui_fsm.hpp b/src/tangara/ui/ui_fsm.hpp
index af8d75fb..aea1eb36 100644
--- a/src/tangara/ui/ui_fsm.hpp
+++ b/src/tangara/ui/ui_fsm.hpp
@@ -67,6 +67,7 @@ class UiState : public tinyfsm::Fsm<UiState> {
void react(const audio::VolumeChanged&);
void react(const audio::VolumeBalanceChanged&);
void react(const audio::VolumeLimitChanged&);
+ void react(const audio::RemoteVolumeChanged& ev);
void react(const system_fsm::KeyLockChanged&);
void react(const system_fsm::SamdUsbStatusChanged&);