aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs/px4fmu/nsh/appconfig
diff options
context:
space:
mode:
authorjgoppert <james.goppert@gmail.com>2013-01-06 15:47:07 -0500
committerjgoppert <james.goppert@gmail.com>2013-01-06 15:47:07 -0500
commit84d7f19d7d0ed7a2e5671dd90fd5f6798bda2adf (patch)
tree3726051553d0e3989ee538ed3c2f162be4d8fd38 /nuttx/configs/px4fmu/nsh/appconfig
parent8888b73e160520e5b15e168998013f4a5f6e64c0 (diff)
downloadpx4-firmware-84d7f19d7d0ed7a2e5671dd90fd5f6798bda2adf.tar.gz
px4-firmware-84d7f19d7d0ed7a2e5671dd90fd5f6798bda2adf.tar.bz2
px4-firmware-84d7f19d7d0ed7a2e5671dd90fd5f6798bda2adf.zip
Added control library to build.
Diffstat (limited to 'nuttx/configs/px4fmu/nsh/appconfig')
-rw-r--r--nuttx/configs/px4fmu/nsh/appconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/configs/px4fmu/nsh/appconfig b/nuttx/configs/px4fmu/nsh/appconfig
index 7048ef82f..8330137be 100644
--- a/nuttx/configs/px4fmu/nsh/appconfig
+++ b/nuttx/configs/px4fmu/nsh/appconfig
@@ -68,6 +68,9 @@ CONFIGURED_APPS += systemcmds/delay_test
# Math library
CONFIGURED_APPS += examples/math_demo
+# Control library
+CONFIGURED_APPS += examples/control_demo
+
# Shared object broker; required by many parts of the system.
CONFIGURED_APPS += uORB