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

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

View File

@ -20,14 +20,14 @@
include $(APPDIR)/Make.defs
# Hello, World! built-in application info
# PTY Test built-in application info
PROGNAME = $(CONFIG_EXAMPLES_PTYTEST_PROGNAME)
PRIORITY = $(CONFIG_EXAMPLES_PTYTEST_PRIORITY)
STACKSIZE = $(CONFIG_EXAMPLES_PTYTEST_STACKSIZE)
MODULE = $(CONFIG_EXAMPLES_PTYTEST)
# PTY Test! Example
# PTY Test Example
MAINSRC = pty_test.c