mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-06 03:40:16 +00:00
hci_transport_h2_libusb: fix build
This commit is contained in:
parent
2150e30c1c
commit
2eaf98e75b
@ -1345,13 +1345,13 @@ static int usb_close(void) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static int acknowledge_count = 0;
|
static int acknowledge_count = 0;
|
||||||
static void signal_acknowledge() {
|
static void signal_acknowledge(void) {
|
||||||
++acknowledge_count;
|
++acknowledge_count;
|
||||||
btstack_run_loop_poll_data_sources_from_irq();
|
btstack_run_loop_poll_data_sources_from_irq();
|
||||||
}
|
}
|
||||||
|
|
||||||
static int sco_can_send_now_count = 0;
|
static int sco_can_send_now_count = 0;
|
||||||
static void signal_sco_can_send_now() {
|
static void signal_sco_can_send_now(void) {
|
||||||
++sco_can_send_now_count;
|
++sco_can_send_now_count;
|
||||||
btstack_run_loop_poll_data_sources_from_irq();
|
btstack_run_loop_poll_data_sources_from_irq();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user