mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-14 10:21:49 +00:00
btstack_tlv_flash_sector: return first tag found
This commit is contained in:
parent
cfcd891d64
commit
99a525903c
@ -235,6 +235,7 @@ static int btstack_tlv_flash_sector_get_tag(void * context, uint32_t tag, uint8_
|
||||
log_info("Found tag '%x' at position %u", tag, it.offset);
|
||||
tag_index = it.offset;
|
||||
tag_len = it.len;
|
||||
break;
|
||||
}
|
||||
tlv_iterator_fetch_next(self, &it);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user