mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-28 08:37:22 +00:00
exampe/a2dp_sink_demo: fix warning
This commit is contained in:
parent
23490436ec
commit
d61f20b9c8
@ -735,7 +735,6 @@ static void avrcp_target_packet_handler(uint8_t packet_type, uint16_t channel, u
|
||||
if (hci_event_packet_get_type(packet) != HCI_EVENT_AVRCP_META) return;
|
||||
|
||||
uint8_t volume;
|
||||
const btstack_audio_sink_t * audio;
|
||||
|
||||
switch (packet[2]){
|
||||
case AVRCP_SUBEVENT_NOTIFICATION_VOLUME_CHANGED:
|
||||
|
Loading…
x
Reference in New Issue
Block a user