mirror of https://github.com/ArduPilot/ardupilot
AP_Baro: setup for fmuv6
This commit is contained in:
parent
d9c888ab45
commit
c31ee1f71b
|
@ -530,6 +530,7 @@ void AP_Baro::init(void)
|
|||
break;
|
||||
|
||||
case AP_BoardConfig::PX4_BOARD_FMUV5:
|
||||
case AP_BoardConfig::PX4_BOARD_FMUV6:
|
||||
ADD_BACKEND(AP_Baro_MS56XX::probe(*this,
|
||||
std::move(hal.spi->get_device(HAL_BARO_MS5611_NAME))));
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue