mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-24 13:43:38 +00:00
example/a2dp_sink_demo: fix compile
This commit is contained in:
parent
bf85c2858a
commit
e075f7ae05
@ -801,7 +801,7 @@ static void stdin_process(char cmd){
|
||||
case 'c':
|
||||
break;
|
||||
default:
|
||||
printf("Not connected. Please use 'c' to establish an AVRCP connection with device (addr %s).\n", cmd, bd_addr_to_str(device_addr));
|
||||
printf("Not connected. Please use 'c' to establish an AVRCP connection with device (addr %s).\n", bd_addr_to_str(device_addr));
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user