From 5e7d74bd23d6a4b35ef53683c46424d00eb0e88b Mon Sep 17 00:00:00 2001 From: Karthikeyan Krishnasamy Date: Fri, 17 May 2024 17:10:24 +0530 Subject: [PATCH] samples: bluetooth: hci_uart: fix dtsi path in overlay fix dtsi overlay include path for nrf9160dk_nrf52840 Signed-off-by: Karthikeyan Krishnasamy --- samples/bluetooth/hci_uart/boards/nrf9160dk_nrf52840.overlay | 4 ++-- .../hci_uart/boards/nrf9160dk_nrf52840_0_14_0.overlay | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/bluetooth/hci_uart/boards/nrf9160dk_nrf52840.overlay b/samples/bluetooth/hci_uart/boards/nrf9160dk_nrf52840.overlay index 4209320fcff..8ec74170f94 100644 --- a/samples/bluetooth/hci_uart/boards/nrf9160dk_nrf52840.overlay +++ b/samples/bluetooth/hci_uart/boards/nrf9160dk_nrf52840.overlay @@ -4,9 +4,9 @@ * SPDX-License-Identifier: Apache-2.0 */ -#include +#include -#include +#include &uart1 { current-speed = <1000000>; diff --git a/samples/bluetooth/hci_uart/boards/nrf9160dk_nrf52840_0_14_0.overlay b/samples/bluetooth/hci_uart/boards/nrf9160dk_nrf52840_0_14_0.overlay index 409d3bada63..692d2a5749b 100644 --- a/samples/bluetooth/hci_uart/boards/nrf9160dk_nrf52840_0_14_0.overlay +++ b/samples/bluetooth/hci_uart/boards/nrf9160dk_nrf52840_0_14_0.overlay @@ -5,4 +5,4 @@ */ /* Use the reset line that is available starting from v0.14.0 of the DK. */ -#include +#include