summaryrefslogtreecommitdiff
path: root/src/drivers/include/bluetooth.hpp
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2024-02-07 11:17:20 +1100
committerjacqueline <me@jacqueline.id.au>2024-02-07 11:17:20 +1100
commitc0be3f863fbcd3f539120f40fd42ae2f49be6f63 (patch)
tree3c3a7c3f14b67d92ff38eed969ebe3619ec6db35 /src/drivers/include/bluetooth.hpp
parenta67cd1dec69242f144e6ce8646de3091921b65e8 (diff)
downloadtangara-fw-c0be3f863fbcd3f539120f40fd42ae2f49be6f63.tar.gz
Deliver AVRC events on a background thread
We don't currently do anything with them, so need to wait for the lock on the bt thread
Diffstat (limited to 'src/drivers/include/bluetooth.hpp')
-rw-r--r--src/drivers/include/bluetooth.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/include/bluetooth.hpp b/src/drivers/include/bluetooth.hpp
index 2936fb8e..5fdd527c 100644
--- a/src/drivers/include/bluetooth.hpp
+++ b/src/drivers/include/bluetooth.hpp
@@ -75,7 +75,7 @@ struct A2dp : public tinyfsm::Event {
};
struct Avrc : public tinyfsm::Event {
esp_avrc_ct_cb_event_t type;
- esp_avrc_ct_cb_param_t* param;
+ esp_avrc_ct_cb_param_t param;
};
} // namespace internal
} // namespace events