From b43b1de4dfb0ce25dc39177470bd24ea8d0b27d4 Mon Sep 17 00:00:00 2001 From: Astha Verma Date: Wed, 14 Aug 2024 17:23:11 +0530 Subject: [PATCH] change BT_HCI_LOG_INCLUDED macros into nimble nomenclature style. --- porting/nimble/src/nimble_port.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/porting/nimble/src/nimble_port.c b/porting/nimble/src/nimble_port.c index 904bb3066..01c6b2de5 100644 --- a/porting/nimble/src/nimble_port.c +++ b/porting/nimble/src/nimble_port.c @@ -183,7 +183,7 @@ nimble_port_init(void) return ret; } -#if (BT_HCI_LOG_INCLUDED == TRUE) +#if MYNEWT_VAL(BT_HCI_LOG_INCLUDED) bt_hci_log_init(); #endif // (BT_HCI_LOG_INCLUDED == TRUE)