mirror of https://github.com/ArduPilot/ardupilot
AP_BoardConfig: use in-tree drivers for FMUv1
This commit is contained in:
parent
14a26bee6c
commit
ac4b100ae4
|
@ -546,7 +546,8 @@ void AP_BoardConfig::px4_setup_drivers(void)
|
|||
_imu_target_temperature.set_default(60);
|
||||
}
|
||||
|
||||
if (px4.board_type == PX4_BOARD_PHMINI ||
|
||||
if (px4.board_type == PX4_BOARD_PX4V1 ||
|
||||
px4.board_type == PX4_BOARD_PHMINI ||
|
||||
px4.board_type == PX4_BOARD_PH2SLIM ||
|
||||
px4.board_type == PX4_BOARD_PIXRACER ||
|
||||
px4.board_type == PX4_BOARD_PIXHAWK ||
|
||||
|
|
Loading…
Reference in New Issue