mesh: fix mock

This commit is contained in:
Matthias Ringwald 2019-07-19 16:23:37 +02:00
parent cecccdbb59
commit 9dd77ddd91

View File

@ -167,3 +167,6 @@ void btstack_run_loop_set_timer_context(btstack_timer_source_t * ts, void * cont
void * btstack_run_loop_get_timer_context(btstack_timer_source_t * ts){
return timer_context;
}
void hci_halting_defer(void){
}