mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-01 10:13:29 +00:00
honor USE_POSIX_RUN_LOOP
This commit is contained in:
parent
06c09d29a1
commit
d527d738c2
@ -46,9 +46,12 @@
|
||||
|
||||
static run_loop_t * the_run_loop = NULL;
|
||||
|
||||
extern run_loop_t run_loop_posix;
|
||||
extern run_loop_t run_loop_embedded;
|
||||
|
||||
#ifdef USE_POSIX_RUN_LOOP
|
||||
extern run_loop_t run_loop_posix;
|
||||
#endif
|
||||
|
||||
#ifdef USE_COCOA_RUN_LOOP
|
||||
extern run_loop_t run_loop_cocoa;
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user