mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-28 08:37:22 +00:00
avdtp: fix warning
This commit is contained in:
parent
9a658d6ac5
commit
b4202ff144
@ -74,7 +74,7 @@ static uint16_t avdtp_get_next_initiator_transaction_label(avdtp_context_t * con
|
||||
return context->initiator_transaction_id_counter;
|
||||
}
|
||||
|
||||
static uint16_t avdtp_get_next_avdtp_cid(){
|
||||
static uint16_t avdtp_get_next_avdtp_cid(void){
|
||||
avdtp_cid_counter++;
|
||||
if (avdtp_cid_counter == 0){
|
||||
avdtp_cid_counter = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user