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/nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push:
new 4e4ccd6c7 apps/examples/apds9960/Makefile: Fix mistakes in comments
4e4ccd6c7 is described below
commit 4e4ccd6c73cfbd0d904182a95e41e345df905bbe
Author: simbit18 <[email protected]>
AuthorDate: Fri Mar 3 12:49:07 2023 +0100
apps/examples/apds9960/Makefile: Fix mistakes in comments
Fix mistakes in comments
---
examples/apds9960/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/examples/apds9960/Makefile b/examples/apds9960/Makefile
index a3ad27d98..eced4dd3e 100644
--- a/examples/apds9960/Makefile
+++ b/examples/apds9960/Makefile
@@ -20,14 +20,14 @@
include $(APPDIR)/Make.defs
-# Hello, World! built-in application info
+# APDS9960 built-in application info
PROGNAME = $(CONFIG_EXAMPLES_APDS9960_PROGNAME)
PRIORITY = $(CONFIG_EXAMPLES_APDS9960_PRIORITY)
STACKSIZE = $(CONFIG_EXAMPLES_APDS9960_STACKSIZE)
MODULE = $(CONFIG_EXAMPLES_APDS9960)
-# Hello, World! Example
+# APDS9960 Example
MAINSRC = apds9960_main.c