From 071575038c771dedfe177e1c3e0bcf6f83d7094b 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 ca73241eb..ae08514fd 100644 --- a/porting/nimble/src/nimble_port.c +++ b/porting/nimble/src/nimble_port.c @@ -211,7 +211,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)