mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-01 00:28:18 +00:00
btstack_run_loop: fix warnings
This commit is contained in:
parent
42a2bbebe0
commit
02453b4dd4
@ -96,7 +96,7 @@ void btstack_run_loop_base_add_timer(btstack_timer_source_t * timer){
|
|||||||
btstack_timer_source_t * next = (btstack_timer_source_t *) it->next;
|
btstack_timer_source_t * next = (btstack_timer_source_t *) it->next;
|
||||||
|
|
||||||
if (next == timer){
|
if (next == timer){
|
||||||
log_error("Timer %p already registered! Please read source code comment.", timer);
|
log_error("Timer %p already registered! Please read source code comment.", (void*)timer);
|
||||||
//
|
//
|
||||||
// Dear BTstack User!
|
// Dear BTstack User!
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user