mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-31 01:20:44 +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;
|
if (hci_event_packet_get_type(packet) != HCI_EVENT_AVRCP_META) return;
|
||||||
|
|
||||||
uint8_t volume;
|
uint8_t volume;
|
||||||
const btstack_audio_sink_t * audio;
|
|
||||||
|
|
||||||
switch (packet[2]){
|
switch (packet[2]){
|
||||||
case AVRCP_SUBEVENT_NOTIFICATION_VOLUME_CHANGED:
|
case AVRCP_SUBEVENT_NOTIFICATION_VOLUME_CHANGED:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user