samples: modbus: tcp_gateway: use default arduino header UART
Use default arduino header UART in DT overlay for FRDM-K64F board. This is also consistent with documentation if a shield is to be used for communication. Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
This commit is contained in:
parent
767a87b1b6
commit
cba4adecef
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
&uart2 {
|
||||
&arduino_serial {
|
||||
status = "okay";
|
||||
current-speed = <115200>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue