mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-07 16:20:19 +00:00
avdtp: avoid unused warning after assert
This commit is contained in:
parent
9ee1e74141
commit
98884a0ab7
@ -325,12 +325,12 @@ static void avdtp_handle_start_sdp_client_query(void * context){
|
||||
break;
|
||||
default:
|
||||
btstack_unreachable();
|
||||
break;
|
||||
return;
|
||||
}
|
||||
break;
|
||||
default:
|
||||
btstack_unreachable();
|
||||
break;
|
||||
return;
|
||||
}
|
||||
|
||||
// Start & track query
|
||||
|
Loading…
x
Reference in New Issue
Block a user