apps/examples/ipforward/Makefile: Fix mistakes in comments

Fix mistakes in comments
This commit is contained in:
simbit18 2023-04-12 12:46:53 +02:00 committed by Petro Karashchenko
parent c647fc63de
commit 1fb35350b9

View File

@ -20,14 +20,14 @@
include $(APPDIR)/Make.defs
# Hello, World! built-in application info
# IPFORWARD built-in application info
PROGNAME = $(CONFIG_EXAMPLES_IPFORWARD_PROGNAME)
PRIORITY = $(CONFIG_EXAMPLES_IPFORWARD_PRIORITY)
STACKSIZE = $(CONFIG_EXAMPLES_IPFORWARD_STACKSIZE)
MODULE = $(CONFIG_EXAMPLES_IPFORWARD)
# Hello, World! Example
# IPFORWARD Example
MAINSRC = ipforward.c