aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs/px4fmu/nsh/appconfig
diff options
context:
space:
mode:
authorjgoppert <james.goppert@gmail.com>2013-01-06 14:20:24 -0500
committerjgoppert <james.goppert@gmail.com>2013-01-06 14:20:24 -0500
commit4f3b17f53b120cd54112097f4217a90863013c1f (patch)
tree7bdd022758798363544130322b60cd4b935c4a4f /nuttx/configs/px4fmu/nsh/appconfig
parentdb3fabc3baccdeef3108544b4e9da9c8f0895a58 (diff)
downloadpx4-firmware-4f3b17f53b120cd54112097f4217a90863013c1f.tar.gz
px4-firmware-4f3b17f53b120cd54112097f4217a90863013c1f.tar.bz2
px4-firmware-4f3b17f53b120cd54112097f4217a90863013c1f.zip
Added math 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 7f1a93df9..7048ef82f 100644
--- a/nuttx/configs/px4fmu/nsh/appconfig
+++ b/nuttx/configs/px4fmu/nsh/appconfig
@@ -65,6 +65,9 @@ CONFIGURED_APPS += systemcmds/delay_test
# https://pixhawk.ethz.ch/px4/dev/deamon
# CONFIGURED_APPS += examples/px4_deamon_app
+# Math library
+CONFIGURED_APPS += examples/math_demo
+
# Shared object broker; required by many parts of the system.
CONFIGURED_APPS += uORB