Allow the NULL example to be used as an NSH builtin
This commit is contained in:
parent
1f2f8262f1
commit
57050b0f82
@ -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…
Reference in New Issue
Block a user