le_device_db_tlv: fix compile

This commit is contained in:
Matthias Ringwald 2017-11-20 14:52:30 +01:00
parent a30fb01002
commit f4780d30b0

View File

@ -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;