diff --git a/porting/nimble/src/nimble_port.c b/porting/nimble/src/nimble_port.c index dc4c2d793..2066c37df 100644 --- a/porting/nimble/src/nimble_port.c +++ b/porting/nimble/src/nimble_port.c @@ -38,11 +38,7 @@ #endif #endif -#ifdef CONFIG_BT_LE_HCI_INTERFACE_USE_UART -#include "transport/uart/ble_hci_uart.h" -#else -#include "transport/ram/ble_hci_ram.h" -#endif + #include "nimble/ble_hci_trans.h" #include "esp_intr_alloc.h"