mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
AP_HAL: Add MS5637 over I2C to the supported barometers list
This commit is contained in:
parent
c373ce34d1
commit
6215a3d224
@ -78,6 +78,7 @@
|
||||
#define HAL_BARO_PX4 5
|
||||
#define HAL_BARO_HIL 6
|
||||
#define HAL_BARO_VRBRAIN 7
|
||||
#define HAL_BARO_MS5637_I2C 8
|
||||
|
||||
// compass driver types
|
||||
#define HAL_COMPASS_HMC5843 1
|
||||
|
Loading…
Reference in New Issue
Block a user