xref: /btstack/src/btstack_run_loop_base.c (revision 7091533c99176993221c6e508c380437561b1b36)
1 /*
2  *  btstack_run_loop_base.c was integrated into btstack_run_loop.c
3  *  Deprecated - will be removed in future releases
4  */
5 
6 // dummy function added to avoid warning about empty file
btstack_run_loop_base_dummy(void)7 void btstack_run_loop_base_dummy(void) {
8 }
9