px4io-v1 nsh add CONFIG_NOARQARG to reduse RAM size

This commit is contained in:
David Sidrane 2017-02-28 16:23:52 -10:00 committed by Daniel Agar
parent 99f694598e
commit 21dec52be0
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@
# Nuttx/ Configuration # Nuttx/ Configuration
# #
# The following must be applied on RAM constrained
# builds
CONFIG_NOIRQARGS=y
# #
# Build Setup # Build Setup
# #