btstack/src/btstack_run_loop_base.c
2024-07-24 11:49:23 +02:00

9 lines
228 B
C

/*
* btstack_run_loop_base.c was integrated into btstack_run_loop.c
* Deprecated - will be removed in future releases
*/
// dummy function added to avoid warning about empty file
void btstack_run_loop_base_dummy(void) {
}