avrcp_controller: return after sending cmd

This commit is contained in:
Milanka Ringwald 2021-11-29 16:57:28 +01:00
parent 1e852c685d
commit 1ab8f8dd87

View File

@ -1212,7 +1212,7 @@ static void avrcp_controller_handle_can_send_now(avrcp_connection_t * connection
} else {
connection->state = AVCTP_W2_RECEIVE_RESPONSE;
}
break;
return;
default:
break;
}