Commit ac7a43a1 authored by Andrei Emeltchenko's avatar Andrei Emeltchenko Committed by Johan Hedberg
Browse files

arduino_101: Correct UART name configuration



Change NBLE_UART_ON_DEV_NAME to BLUETOOTH_UART_ON_DEV_NAME for H:4

Change-Id: I4391b32c75c738478c964d4c79f6eb80d737b043
Signed-off-by: default avatarAndrei Emeltchenko <andrei.emeltchenko@intel.com>
parent 45736940
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ config BLUETOOTH_NRF51_PM
config BLUETOOTH_WAIT_NOP
	def_bool y

config NBLE_UART_ON_DEV_NAME
config BLUETOOTH_UART_ON_DEV_NAME
        default UART_NS16550_PORT_0_NAME

endif