Skip to content

Commit 4e4ccd6

Browse files
simbit18xiaoxiang781216
authored andcommitted
apps/examples/apds9960/Makefile: Fix mistakes in comments
Fix mistakes in comments
1 parent 88b0144 commit 4e4ccd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/apds9960/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020

2121
include $(APPDIR)/Make.defs
2222

23-
# Hello, World! built-in application info
23+
# APDS9960 built-in application info
2424

2525
PROGNAME = $(CONFIG_EXAMPLES_APDS9960_PROGNAME)
2626
PRIORITY = $(CONFIG_EXAMPLES_APDS9960_PRIORITY)
2727
STACKSIZE = $(CONFIG_EXAMPLES_APDS9960_STACKSIZE)
2828
MODULE = $(CONFIG_EXAMPLES_APDS9960)
2929

30-
# Hello, World! Example
30+
# APDS9960 Example
3131

3232
MAINSRC = apds9960_main.c
3333

0 commit comments

Comments
 (0)