mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-27 06:35:20 +00:00
don't call return in void function
This commit is contained in:
parent
176e0b6ad2
commit
36c74a6d73
@ -94,7 +94,7 @@ int run_loop_remove_timer(timer_source_t *ts){
|
||||
|
||||
void run_loop_timer_dump(){
|
||||
run_loop_assert();
|
||||
return the_run_loop->dump_timer();
|
||||
the_run_loop->dump_timer();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user