From 654c7d2d1678baf4eb165ab0abd3cb2bd28e98d3 Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Fri, 2 Dec 2016 20:58:38 +0100 Subject: [PATCH] Remove unused system command for FMUv2 config and re-enable MPU9250 driver --- cmake/configs/nuttx_px4fmu-v2_default.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/configs/nuttx_px4fmu-v2_default.cmake b/cmake/configs/nuttx_px4fmu-v2_default.cmake index 6248f1a3da..2d0a4a8d0d 100644 --- a/cmake/configs/nuttx_px4fmu-v2_default.cmake +++ b/cmake/configs/nuttx_px4fmu-v2_default.cmake @@ -18,7 +18,7 @@ set(config_module_list drivers/boards/px4fmu-v2 drivers/rgbled drivers/mpu6000 - #drivers/mpu9250 + drivers/mpu9250 drivers/lsm303d drivers/l3gd20 drivers/hmc5883 @@ -54,7 +54,7 @@ set(config_module_list # systemcmds/bl_update systemcmds/config - systemcmds/dumpfile + #systemcmds/dumpfile #systemcmds/esc_calib systemcmds/mixer #systemcmds/motor_ramp