From c0be3f863fbcd3f539120f40fd42ae2f49be6f63 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Wed, 7 Feb 2024 11:17:20 +1100 Subject: 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 --- src/drivers/include/bluetooth.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/drivers/include/bluetooth.hpp') 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 -- cgit v1.2.3