mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-01 00:28:18 +00:00
btstack_run_loop_windows: support btstack_run_loop_trigger_exit
This commit is contained in:
parent
41e15c2ad2
commit
39dac8ff74
@ -86,7 +86,10 @@ static void btstack_run_loop_windows_execute(void) {
|
||||
|
||||
btstack_linked_list_iterator_t it;
|
||||
|
||||
while (true) {
|
||||
// clear exit flag
|
||||
run_loop_exit_requested = false;
|
||||
|
||||
while (run_loop_exit_requested == false) {
|
||||
|
||||
// process timers
|
||||
uint32_t now_ms = btstack_run_loop_windows_get_time_ms();
|
||||
|
Loading…
Reference in New Issue
Block a user