apps/examples/ipforward/Makefile: Fix mistakes in comments
Fix mistakes in comments
This commit is contained in:
parent
c647fc63de
commit
1fb35350b9
@ -20,14 +20,14 @@
|
|||||||
|
|
||||||
include $(APPDIR)/Make.defs
|
include $(APPDIR)/Make.defs
|
||||||
|
|
||||||
# Hello, World! built-in application info
|
# IPFORWARD built-in application info
|
||||||
|
|
||||||
PROGNAME = $(CONFIG_EXAMPLES_IPFORWARD_PROGNAME)
|
PROGNAME = $(CONFIG_EXAMPLES_IPFORWARD_PROGNAME)
|
||||||
PRIORITY = $(CONFIG_EXAMPLES_IPFORWARD_PRIORITY)
|
PRIORITY = $(CONFIG_EXAMPLES_IPFORWARD_PRIORITY)
|
||||||
STACKSIZE = $(CONFIG_EXAMPLES_IPFORWARD_STACKSIZE)
|
STACKSIZE = $(CONFIG_EXAMPLES_IPFORWARD_STACKSIZE)
|
||||||
MODULE = $(CONFIG_EXAMPLES_IPFORWARD)
|
MODULE = $(CONFIG_EXAMPLES_IPFORWARD)
|
||||||
|
|
||||||
# Hello, World! Example
|
# IPFORWARD Example
|
||||||
|
|
||||||
MAINSRC = ipforward.c
|
MAINSRC = ipforward.c
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user