fmu-v5: fix ms5611

This commit is contained in:
DanielePettenuzzo 2018-05-26 16:09:31 +02:00 committed by Lorenz Meier
parent 2ab5dc2951
commit 40e6a5a39b
1 changed files with 1 additions and 1 deletions

View File

@ -872,7 +872,7 @@ struct ms5611_bus_option {
#ifdef PX4_I2C_BUS_EXPANSION1
{ MS5611_BUS_I2C_EXTERNAL, "/dev/ms5611_ext1", &MS5611_i2c_interface, PX4_I2C_BUS_EXPANSION1, NULL },
#endif
#ifdef PX4_I2C_BUS_EXPANSION
#ifdef PX4_I2C_BUS_EXPANSION2
{ MS5611_BUS_I2C_EXTERNAL, "/dev/ms5611_ext2", &MS5611_i2c_interface, PX4_I2C_BUS_EXPANSION2, NULL },
#endif
};