mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-23 09:41:03 +00:00
btstack_tlv_posix: fix compile
This commit is contained in:
parent
d1700513b5
commit
f61cf6aae2
@ -103,7 +103,7 @@ static void btstack_tlv_posix_delete_tag(void * context, uint32_t tag){
|
||||
tlv_entry_t * entry = (tlv_entry_t*) btstack_linked_list_iterator_next(&it);
|
||||
if (entry->tag != tag) continue;
|
||||
btstack_linked_list_iterator_remove(&it);
|
||||
btstack_tlv_posix_append_tag(self, tag, 0, NULL);
|
||||
btstack_tlv_posix_append_tag(self, tag, NULL, 0);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user