example/a2dp_sink_demo: fix compile

This commit is contained in:
Matthias Ringwald 2018-08-03 22:34:53 +02:00
parent bf85c2858a
commit e075f7ae05

View File

@ -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;
}
}