mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
apps/examples/apds9960/Makefile: Fix mistakes in comments
Fix mistakes in comments
This commit is contained in:
parent
88b01447b5
commit
4e4ccd6c73
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue