Skip to content
Snippets Groups Projects
Commit afd6fd38 authored by Julian Oes's avatar Julian Oes Committed by Lorenz Meier
Browse files

px4fmu-v2_default: save more flash

This disables the following modules to save flash:
- mpu9250 driver because the MPU9250 is rarely used on Pixhawks
- Snapdragon RC PWM passthrough which is rarely used and definitely a
  special/custom configuration. Also, it will soon be obsolete with the
  upcoming PWM support on Snapdragon.
parent 109558cf
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -46,7 +46,7 @@ set(config_module_list
drivers/pwm_input
drivers/camera_trigger
drivers/bst
drivers/snapdragon_rc_pwm
#drivers/snapdragon_rc_pwm
drivers/lis3mdl
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment