From d6f86493a4f55b686975f25e1c7c3ad0f95fbf22 Mon Sep 17 00:00:00 2001 From: Geng Yuchao Date: Mon, 30 May 2022 18:11:46 +0800 Subject: [PATCH] Change Kconfig name because ci test --- porting/nimble/src/nimble_port.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"