frdm_k64f: Change default Bluetooth UART dev name
Change the default Bluetooth UART device name to the UART connected to the arduino header. This allows using the frdm_k64f with a frdm_kw40z shield board. Change-Id: Id22950f0a48a7c95bcddc6f1ec044f7a37cb9b72 Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
parent
3dcf81576b
commit
6e6532c703
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ endif
|
||||||
endif # UART_K20
|
endif # UART_K20
|
||||||
|
|
||||||
config BLUETOOTH_UART_ON_DEV_NAME
|
config BLUETOOTH_UART_ON_DEV_NAME
|
||||||
default "UART_1" if BLUETOOTH_UART
|
default "UART_3" if BLUETOOTH_UART
|
||||||
|
|
||||||
config PINMUX
|
config PINMUX
|
||||||
def_bool y
|
def_bool y
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue