diff options
Diffstat (limited to 'src/drivers/include/bluetooth.hpp')
| -rw-r--r-- | src/drivers/include/bluetooth.hpp | 2 |
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 |
