This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit 15de50d80c4c31b6342bead85a090f3442c4090a Author: simbit18 <[email protected]> AuthorDate: Sat Aug 8 17:16:34 2026 +0200 apps/examples/xedge_demo: nxstyle fix Relative files path - fix Relative file path does not match actual file. Signed-off-by: simbit18 <[email protected]> --- examples/xedge_demo/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/xedge_demo/Makefile b/examples/xedge_demo/Makefile index 720c88000..42fa02858 100644 --- a/examples/xedge_demo/Makefile +++ b/examples/xedge_demo/Makefile @@ -1,5 +1,5 @@ # ############################################################################## -# apps/examples/xedge_demo/CMakeLists.txt +# apps/examples/xedge_demo/Makefile # # SPDX-License-Identifier: Apache-2.0 #
