apps/examples/pty_test/Makefile: Fix mistakes in comments
Fix mistakes in comments
This commit is contained in:
parent
1fb35350b9
commit
c99a1fd2a5
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user