summaryrefslogtreecommitdiff
path: root/apps/examples/pwm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/pwm/Makefile')
-rw-r--r--apps/examples/pwm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/examples/pwm/Makefile b/apps/examples/pwm/Makefile
index 3c9c243cb..efbdb048e 100644
--- a/apps/examples/pwm/Makefile
+++ b/apps/examples/pwm/Makefile
@@ -37,7 +37,7 @@
-include $(TOPDIR)/Make.defs
include $(APPDIR)/Make.defs
-# NuttX NX Graphics Example.
+# PWM Example.
ASRCS =
CSRCS = pwm_main.c
@@ -56,7 +56,7 @@ endif
ROOTDEPPATH = --dep-path .
-# Touchscreen built-in application info
+# PWM built-in application info
APPNAME = pwm
PRIORITY = SCHED_PRIORITY_DEFAULT