change BT_HCI_LOG_INCLUDED macros into nimble nomenclature style.

This commit is contained in:
Astha Verma
2024-08-23 15:04:48 +05:30
parent b10b120363
commit d87234ed14
+1 -1
View File
@@ -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)