mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-15 23:42:52 +00:00
add missing format specifier
This commit is contained in:
parent
522ba429ec
commit
2b65942fc7
@ -354,7 +354,7 @@ int hci_number_free_sco_slots_for_handle(hci_con_handle_t handle){
|
||||
num_sco_packets_sent += connection->num_sco_packets_sent;
|
||||
}
|
||||
if (num_sco_packets_sent > hci_stack->sco_packets_total_num){
|
||||
log_info("hci_number_free_sco_slots_for_handle: outgoing packets (%u) > total packets ()", num_sco_packets_sent, hci_stack->sco_packets_total_num);
|
||||
log_info("hci_number_free_sco_slots_for_handle: outgoing packets (%u) > total packets (%u)", num_sco_packets_sent, hci_stack->sco_packets_total_num);
|
||||
return 0;
|
||||
}
|
||||
return hci_stack->sco_packets_total_num - num_sco_packets_sent;
|
||||
|
Loading…
x
Reference in New Issue
Block a user