mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-13 10:03:57 -03:00
AP_Baro: don't include I2C MS5611 on APM1 either
This commit is contained in:
parent
b29f8968ce
commit
6ebff35fe2
@ -6,7 +6,7 @@
|
||||
#include <AP_HAL.h>
|
||||
#include "AP_Baro.h"
|
||||
|
||||
#if CONFIG_HAL_BOARD != HAL_BOARD_APM2
|
||||
#if CONFIG_HAL_BOARD != HAL_BOARD_APM2 && CONFIG_HAL_BOARD != HAL_BOARD_APM1
|
||||
#define MS5611_WITH_I2C 1
|
||||
#else
|
||||
#define MS5611_WITH_I2C 0
|
||||
|
Loading…
Reference in New Issue
Block a user