diff --git a/porting/nimble/src/nimble_port.c b/porting/nimble/src/nimble_port.c index 964b4cb3b..01a4485b0 100644 --- a/porting/nimble/src/nimble_port.c +++ b/porting/nimble/src/nimble_port.c @@ -38,7 +38,7 @@ #endif #endif -#ifdef CONFIG_BT_NIMBLE_CONTROL_USE_UART_HCI +#ifdef CONFIG_BT_NIMBLE_HCI_INTERFACE_USE_UART #include "transport/uart/ble_hci_uart.h" #else #include "transport/ram/ble_hci_ram.h"