mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-17 02:42:33 +00:00
/btstack_link_key_db_static: fix compile warning
This commit is contained in:
parent
d1a9b16cdc
commit
38933cf9d9
@ -151,7 +151,7 @@ static int link_key_db_tlv_iterator_get_next(btstack_link_key_iterator_t * it,
|
||||
sscanf_bd_addr(link_key_db[i].bd_addr, bd_addr);
|
||||
|
||||
// next
|
||||
it->context = (void*) i+1;
|
||||
it->context = (void*) (i+1);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user