This is an automated email from the ASF dual-hosted git repository.

raiden00 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git


The following commit(s) were added to refs/heads/master by this push:
     new b84f93c4d [nxstyle] fix Relative file path
b84f93c4d is described below

commit b84f93c4df4d52a2d93134d91223e8c757106d9f
Author: simbit18 <simbi...@gmail.com>
AuthorDate: Mon Feb 24 12:17:15 2025 +0100

    [nxstyle] fix Relative file path
    
    fix Relative file path does not match actual file.
    
    EOL Conversion  -> Unix (LF)
    
    Adding the message header to the Kconfig file
    
    Signed-off-by: simbit18 <simbi...@gmail.com>
---
 benchmarks/superpi/CMakeLists.txt         | 2 +-
 examples/charger/Kconfig                  | 4 ++++
 examples/udpblaster/udpblaster_host.cmake | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/benchmarks/superpi/CMakeLists.txt 
b/benchmarks/superpi/CMakeLists.txt
index c15a98ff0..7ab8ed611 100644
--- a/benchmarks/superpi/CMakeLists.txt
+++ b/benchmarks/superpi/CMakeLists.txt
@@ -1,5 +1,5 @@
 # 
##############################################################################
-# apps/benchmarks/superpi/CMakeList.txt
+# apps/benchmarks/superpi/CMakeLists.txt
 #
 # SPDX-License-Identifier: Apache-2.0
 #
diff --git a/examples/charger/Kconfig b/examples/charger/Kconfig
index 94629bed3..ae95d4a65 100644
--- a/examples/charger/Kconfig
+++ b/examples/charger/Kconfig
@@ -1,3 +1,7 @@
+#
+# For a description of the syntax of this configuration file,
+# see the file kconfig-language.txt in the NuttX tools repository.
+#
 
 config EXAMPLES_CHARGER
        bool "Battery charger example"
diff --git a/examples/udpblaster/udpblaster_host.cmake 
b/examples/udpblaster/udpblaster_host.cmake
index 2b132a694..769c8ded9 100644
--- a/examples/udpblaster/udpblaster_host.cmake
+++ b/examples/udpblaster/udpblaster_host.cmake
@@ -1,5 +1,5 @@
 # 
##############################################################################
-# apps/examples/udpblaster/udpblaster.cmake
+# apps/examples/udpblaster/udpblaster_host.cmake
 #
 # SPDX-License-Identifier: Apache-2.0
 #

Reply via email to