change BT_HCI_LOG_INCLUDED macros into nimble nomenclature style.

This commit is contained in:
Astha Verma
2024-08-14 17:23:11 +05:30
parent 7f93a8d0b5
commit 071575038c
+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)