mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-10 06:55:15 +00:00
Allow the NULL example to be used as an NSH builtin
This commit is contained in:
parent
1f2f8262f1
commit
57050b0f82
1 changed files with 6 additions and 0 deletions
|
|
@ -35,6 +35,12 @@
|
|||
|
||||
-include $(TOPDIR)/Make.defs
|
||||
|
||||
# The NULL example built-in application info
|
||||
|
||||
APPNAME = null
|
||||
PRIORITY = SCHED_PRIORITY_DEFAULT
|
||||
STACKSIZE = 2048
|
||||
|
||||
# The smallest thing you can build -- the NULL example.
|
||||
|
||||
ASRCS =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue