aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/boards
diff options
context:
space:
mode:
authorAndrew Tridgell <andrew@tridgell.net>2015-02-01 12:08:06 +1100
committerLorenz Meier <lm@inf.ethz.ch>2015-02-01 13:09:55 +0100
commit2f25469bbe129873e4456fe0408bdf476db515f7 (patch)
tree35d69db92a9c8d42ba5e5ed58e0bad35e43682e4 /src/drivers/boards
parent04a905041009e4763cdc9e08a853c16a7e0b7dca (diff)
downloadpx4-firmware-2f25469bbe129873e4456fe0408bdf476db515f7.tar.gz
px4-firmware-2f25469bbe129873e4456fe0408bdf476db515f7.tar.bz2
px4-firmware-2f25469bbe129873e4456fe0408bdf476db515f7.zip
px4fmu-v1: removed baro I2C address in board_config.h
the ms5611 can be on two addresses. The driver handles this, not the board config
Diffstat (limited to 'src/drivers/boards')
-rw-r--r--src/drivers/boards/px4fmu-v1/board_config.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/boards/px4fmu-v1/board_config.h b/src/drivers/boards/px4fmu-v1/board_config.h
index 188885be2..882ec6aa2 100644
--- a/src/drivers/boards/px4fmu-v1/board_config.h
+++ b/src/drivers/boards/px4fmu-v1/board_config.h
@@ -114,7 +114,6 @@ __BEGIN_DECLS
* Note that these are unshifted addresses.
*/
#define PX4_I2C_OBDEV_HMC5883 0x1e
-#define PX4_I2C_OBDEV_MS5611 0x76
#define PX4_I2C_OBDEV_EEPROM NOTDEFINED
#define PX4_I2C_OBDEV_LED 0x55