btstack_run_loop_base: fix warnings

This commit is contained in:
Dirk Helbig 2024-07-23 21:06:45 +02:00 committed by Matthias Ringwald
parent 02453b4dd4
commit 7091533c99

View File

@ -2,3 +2,7 @@
* 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) {
}