mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-06-05 21:04:49 +00:00
change BT_HCI_LOG_INCLUDED macros into nimble nomenclature style.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user