mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
apps/examples/nxterm/Makefile: PROGNAME, PRIORITY, STACKSIZE varialble names did not match declarations in Kconfig file.
This commit is contained in:
parent
5d59abe442
commit
eb0b5b194f
1 changed files with 3 additions and 3 deletions
|
|
@ -42,9 +42,9 @@ MAINSRC = nxterm_main.c
|
|||
|
||||
# NX built-in application info
|
||||
|
||||
PROGNAME = $(CONFIG_NXTERM_PROGNAME)
|
||||
PRIORITY = $(CONFIG_NXTERM_PRIORITY)
|
||||
STACKSIZE = $(CONFIG_NXTERM_STACKSIZE)
|
||||
PROGNAME = $(CONFIG_EXAMPLES_NXTERM_PROGNAME)
|
||||
PRIORITY = $(CONFIG_EXAMPLES_NXTERM_PRIORITY)
|
||||
STACKSIZE = $(CONFIG_EXAMPLES_NXTERM_STACKSIZE)
|
||||
MODULE = $(CONFIG_EXAMPLES_NXTERM)
|
||||
|
||||
include $(APPDIR)/Application.mk
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue