test/avrcp: fix 'c' command

This commit is contained in:
Matthias Ringwald 2017-06-14 16:29:00 +02:00
parent af4998cebe
commit e2b367a767

View File

@ -235,7 +235,7 @@ static void show_usage(void){
static void stdin_process(char cmd){
switch (cmd){
case 'b':
case 'c':
printf(" - Create AVRCP connection to addr %s.\n", bd_addr_to_str(device_addr));
avrcp_connect(device_addr, &avrcp_cid);
break;