From c28c65a81442c02a43cbedd673015c379fbdb490 Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Fri, 31 Aug 2012 21:06:22 +0200 Subject: [PATCH] Adding led app --- nuttx/configs/px4fmu/nsh/appconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/nuttx/configs/px4fmu/nsh/appconfig b/nuttx/configs/px4fmu/nsh/appconfig index 18d5b4ac6f..4f6a0e3633 100644 --- a/nuttx/configs/px4fmu/nsh/appconfig +++ b/nuttx/configs/px4fmu/nsh/appconfig @@ -51,6 +51,7 @@ CONFIGURED_APPS += systemcmds/top CONFIGURED_APPS += systemcmds/boardinfo CONFIGURED_APPS += systemcmds/mixer CONFIGURED_APPS += systemcmds/eeprom +CONFIGURED_APPS += systemcmds/led #CONFIGURED_APPS += systemcmds/calibration # Tutorial code from