From 5a8dda3343bc35e93015629590ea83bf362c6845 Mon Sep 17 00:00:00 2001 From: px4dev Date: Sun, 16 Sep 2012 23:42:00 -0700 Subject: [PATCH] It's mostly harmless, so turn on the bootloader update tool. --- 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 a16768b3b7..0c83a5579b 100644 --- a/nuttx/configs/px4fmu/nsh/appconfig +++ b/nuttx/configs/px4fmu/nsh/appconfig @@ -53,6 +53,7 @@ CONFIGURED_APPS += systemcmds/boardinfo CONFIGURED_APPS += systemcmds/mixer CONFIGURED_APPS += systemcmds/eeprom CONFIGURED_APPS += systemcmds/led +CONFIGURED_APPS += systemcmds/bl_update #CONFIGURED_APPS += systemcmds/calibration # Tutorial code from