This is an automated email from the ASF dual-hosted git repository. xiaoxiang781216 pushed a commit to branch releases/13.0 in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 2807492b218c7f4f3c0d9c91560e57591912f68e Author: simbit18 <[email protected]> AuthorDate: Sun Jul 26 20:53:17 2026 +0200 boards/arm/sam34: nxstyle fix Relative files path - fix Relative file path does not match actual file. Signed-off-by: simbit18 <[email protected]> --- 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 #
