mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-26 02:37:41 +00:00
le_device_db_tlv: fix compile
This commit is contained in:
parent
a30fb01002
commit
f4780d30b0
@ -381,7 +381,7 @@ void le_device_db_local_counter_set(int index, uint32_t counter){
|
||||
|
||||
void le_device_db_dump(void){
|
||||
log_info("LE Device DB dump, devices: %d", le_device_db_count());
|
||||
int i;
|
||||
uint32_t i;
|
||||
for (i=0;i<num_valid_entries;i++){
|
||||
// fetch entry
|
||||
le_device_db_entry_t entry;
|
||||
|
Loading…
x
Reference in New Issue
Block a user