We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88b0144 commit 4e4ccd6Copy full SHA for 4e4ccd6
examples/apds9960/Makefile
@@ -20,14 +20,14 @@
20
21
include $(APPDIR)/Make.defs
22
23
-# Hello, World! built-in application info
+# APDS9960 built-in application info
24
25
PROGNAME = $(CONFIG_EXAMPLES_APDS9960_PROGNAME)
26
PRIORITY = $(CONFIG_EXAMPLES_APDS9960_PRIORITY)
27
STACKSIZE = $(CONFIG_EXAMPLES_APDS9960_STACKSIZE)
28
MODULE = $(CONFIG_EXAMPLES_APDS9960)
29
30
-# Hello, World! Example
+# APDS9960 Example
31
32
MAINSRC = apds9960_main.c
33
0 commit comments