From 84d7f19d7d0ed7a2e5671dd90fd5f6798bda2adf Mon Sep 17 00:00:00 2001 From: jgoppert Date: Sun, 6 Jan 2013 15:47:07 -0500 Subject: Added control library to build. --- nuttx/configs/px4fmu/nsh/appconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nuttx') 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 -- cgit v1.2.3