mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-22 06:41:17 +00:00
btstack_tlv_flash_bank: quiet warning (#537)
This commit is contained in:
parent
e942df6f56
commit
ae14e1661a
@ -308,7 +308,8 @@ static void btstack_tlv_flash_bank_migrate(btstack_tlv_flash_bank_t * self){
|
|||||||
if (tag_valid) {
|
if (tag_valid) {
|
||||||
|
|
||||||
log_info("migrate pos %u, tag '%x' len %u -> new pos %u",
|
log_info("migrate pos %u, tag '%x' len %u -> new pos %u",
|
||||||
(unsigned int) tag_index, (unsigned int) it.tag, (unsigned int) tag_len, next_write_pos);
|
(unsigned int) tag_index, (unsigned int) it.tag, (unsigned int) tag_len,
|
||||||
|
(unsigned int) next_write_pos);
|
||||||
|
|
||||||
uint32_t write_offset = next_write_pos;
|
uint32_t write_offset = next_write_pos;
|
||||||
uint32_t bytes_to_copy;
|
uint32_t bytes_to_copy;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user