mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-03 23:47:08 +00:00
run_loop_windows timeout_ms type
This commit is contained in:
parent
661115ee91
commit
c4a8fd4568
@ -167,7 +167,7 @@ static void btstack_run_loop_windows_execute(void) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// get next timeout
|
// get next timeout
|
||||||
uint32_t timeout_ms = INFINITE;
|
int32_t timeout_ms = INFINITE;
|
||||||
if (timers) {
|
if (timers) {
|
||||||
ts = (btstack_timer_source_t *) timers;
|
ts = (btstack_timer_source_t *) timers;
|
||||||
uint32_t now_ms = btstack_run_loop_windows_get_time_ms();
|
uint32_t now_ms = btstack_run_loop_windows_get_time_ms();
|
||||||
|
Loading…
Reference in New Issue
Block a user