You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by pk...@apache.org on 2023/03/17 02:23:29 UTC

[nuttx-apps] 10/17: apps/examples/nxscope/Makefile: fix nxstyle

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

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

commit 1a0cd7211a57e2dcc1d1aba696e3e178c3afff51
Author: simbit18 <10...@users.noreply.github.com>
AuthorDate: Fri Mar 10 15:19:55 2023 +0100

    apps/examples/nxscope/Makefile: fix nxstyle
    
    fix error: Relative file path does not match actual file
---
 examples/nxscope/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/nxscope/Makefile b/examples/nxscope/Makefile
index b4ae2c6e1..285b4da49 100644
--- a/examples/nxscope/Makefile
+++ b/examples/nxscope/Makefile
@@ -1,5 +1,5 @@
 ############################################################################
-# apps/examples/nxscope/Make.defs
+# apps/examples/nxscope/Makefile
 #
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with