mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-04 04:20:58 +00:00
9 lines
228 B
C
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) {
|
|
}
|