mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-07 16:20:19 +00:00
hci: fix unused warning
This commit is contained in:
parent
b5d6941850
commit
f9aa0bbcf0
@ -6150,6 +6150,7 @@ static bool hci_whitelist_modification_process(void){
|
|||||||
static bool hci_run_general_gap_le(void){
|
static bool hci_run_general_gap_le(void){
|
||||||
|
|
||||||
btstack_linked_list_iterator_t lit;
|
btstack_linked_list_iterator_t lit;
|
||||||
|
UNUSED(lit);
|
||||||
|
|
||||||
#ifdef ENABLE_LE_EXTENDED_ADVERTISING
|
#ifdef ENABLE_LE_EXTENDED_ADVERTISING
|
||||||
if (hci_stack->le_resolvable_private_address_update_s > 0){
|
if (hci_stack->le_resolvable_private_address_update_s > 0){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user