You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2021/11/12 14:29:12 UTC

[incubator-nuttx-apps] 01/05: system/sched_note/Makefile: Fix program name.

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

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

commit 31ad83e018497f99ff9c2dc175faf275c705c728
Author: Abdelatif Guettouche <ab...@espressif.com>
AuthorDate: Thu Nov 11 15:13:14 2021 +0100

    system/sched_note/Makefile:  Fix program name.
    
    Signed-off-by: Abdelatif Guettouche <ab...@espressif.com>
---
 system/sched_note/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/system/sched_note/Makefile b/system/sched_note/Makefile
index 0074447..9b92e3b 100644
--- a/system/sched_note/Makefile
+++ b/system/sched_note/Makefile
@@ -20,14 +20,14 @@
 
 include $(APPDIR)/Make.defs
 
-# LED driver test built-in application info
+# Note driver test built-in application info
 
 PROGNAME = $(CONFIG_SYSTEM_NOTE_PROGNAME)
 PRIORITY = $(CONFIG_SYSTEM_NOTE_PRIORITY)
 STACKSIZE = $(CONFIG_SYSTEM_NOTE_STACKSIZE)
 MODULE = $(CONFIG_SYSTEM_NOTE)
 
-# LED driver test
+# Note driver test
 
 MAINSRC = note_main.c