AP_HAL: Add MS5637 over I2C to the supported barometers list

This commit is contained in:
José Roberto de Souza 2015-09-28 14:31:16 -03:00 committed by Andrew Tridgell
parent c373ce34d1
commit 6215a3d224

View File

@ -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