Skip to content

Commit

Permalink
samples: hci_uart: Remove NRF5 Kconfig baud rate setting
Browse files Browse the repository at this point in the history
The UART_NRF5_BAUD_RATE Kconfig symbol was removed in commit
748f724 ("serial: dts: remove !HAS_DTS related Kconfig"). Looks
like this has been moved to DTS.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
  • Loading branch information
ulfalizer authored and nashif committed May 25, 2018
1 parent d96dbad commit 31c5a83
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion samples/bluetooth/hci_uart/nrf5.conf
Expand Up @@ -4,7 +4,6 @@ CONFIG_UART_CONSOLE=n
CONFIG_GPIO=y
CONFIG_SERIAL=y
CONFIG_UART_INTERRUPT_DRIVEN=y
CONFIG_UART_NRF5_BAUD_RATE=1000000
CONFIG_UART_NRF5_FLOW_CONTROL=y
CONFIG_MAIN_STACK_SIZE=512
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=512
Expand Down

0 comments on commit 31c5a83

Please sign in to comment.