From f9aa0bbcf06e33f846d91febfa7689f3d777ef25 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Wed, 17 Apr 2024 16:48:44 +0200 Subject: [PATCH] hci: fix unused warning --- src/hci.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hci.c b/src/hci.c index d3657b7a6..ea2d2b642 100644 --- a/src/hci.c +++ b/src/hci.c @@ -6150,6 +6150,7 @@ static bool hci_whitelist_modification_process(void){ static bool hci_run_general_gap_le(void){ btstack_linked_list_iterator_t lit; + UNUSED(lit); #ifdef ENABLE_LE_EXTENDED_ADVERTISING if (hci_stack->le_resolvable_private_address_update_s > 0){