change BT_HCI_LOG_INCLUDED macros into nimble nomenclature style.

This commit is contained in:
Astha Verma
2024-08-23 15:27:38 +05:30
parent 75b9346a57
commit b43b1de4df
+1 -1
View File
@@ -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)