From c8a71a5f261c7484275abbec91953e9bdf4b35b2 Mon Sep 17 00:00:00 2001 From: simbit18 <101105604+simbit18@users.noreply.github.com> Date: Sun, 26 Jul 2026 20:53:17 +0200 Subject: [PATCH] boards/arm/sam34: nxstyle fix Relative files path - fix Relative file path does not match actual file. Signed-off-by: simbit18 --- boards/arm/sam34/sam4s-xplained-pro/CMakeLists.txt | 2 +- boards/arm/sam34/sam4s-xplained-pro/src/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/arm/sam34/sam4s-xplained-pro/CMakeLists.txt b/boards/arm/sam34/sam4s-xplained-pro/CMakeLists.txt index e35ab7139fc..cf1d8ca793c 100644 --- a/boards/arm/sam34/sam4s-xplained-pro/CMakeLists.txt +++ b/boards/arm/sam34/sam4s-xplained-pro/CMakeLists.txt @@ -1,5 +1,5 @@ # ############################################################################## -# boards/arm/sam34/sam4s-xplained/CMakeLists.txt +# boards/arm/sam34/sam4s-xplained-pro/CMakeLists.txt # # SPDX-License-Identifier: Apache-2.0 # diff --git a/boards/arm/sam34/sam4s-xplained-pro/src/CMakeLists.txt b/boards/arm/sam34/sam4s-xplained-pro/src/CMakeLists.txt index 52675147879..6a8e6db7a85 100644 --- a/boards/arm/sam34/sam4s-xplained-pro/src/CMakeLists.txt +++ b/boards/arm/sam34/sam4s-xplained-pro/src/CMakeLists.txt @@ -1,5 +1,5 @@ # ############################################################################## -# boards/arm/sam34/sam4s-xplained/src/CMakeLists.txt +# boards/arm/sam34/sam4s-xplained-pro/src/CMakeLists.txt # # SPDX-License-Identifier: Apache-2.0 #