aboutsummaryrefslogtreecommitdiff
path: root/src/drivers
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2015-01-17 18:48:41 +0100
committerLorenz Meier <lm@inf.ethz.ch>2015-01-17 18:48:41 +0100
commit6324513b91702d8fa877e915c91a6dcef9790faa (patch)
tree145a5480367b107023a991f7e5be0ff2a822d58b /src/drivers
parente18e5ca5b5d82a140d9a525cc3ba9bfddf4dcb7f (diff)
downloadpx4-firmware-6324513b91702d8fa877e915c91a6dcef9790faa.tar.gz
px4-firmware-6324513b91702d8fa877e915c91a6dcef9790faa.tar.bz2
px4-firmware-6324513b91702d8fa877e915c91a6dcef9790faa.zip
MS5611: Comment-only fix
Diffstat (limited to 'src/drivers')
-rw-r--r--src/drivers/ms5611/ms5611.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/drivers/ms5611/ms5611.h b/src/drivers/ms5611/ms5611.h
index f0b3fd61d..3f1f6c473 100644
--- a/src/drivers/ms5611/ms5611.h
+++ b/src/drivers/ms5611/ms5611.h
@@ -37,12 +37,12 @@
* Shared defines for the ms5611 driver.
*/
-#define ADDR_RESET_CMD 0x1E /* write to this address to reset chip */
-#define ADDR_CMD_CONVERT_D1 0x48 /* write to this address to start temperature conversion */
-#define ADDR_CMD_CONVERT_D2 0x58 /* write to this address to start pressure conversion */
-#define ADDR_DATA 0x00 /* address of 3 bytes / 32bit pressure data */
-#define ADDR_PROM_SETUP 0xA0 /* address of 8x 2 bytes factory and calibration data */
-#define ADDR_PROM_C1 0xA2 /* address of 6x 2 bytes calibration data */
+#define ADDR_RESET_CMD 0x1E /* write to this address to reset chip */
+#define ADDR_CMD_CONVERT_D1 0x48 /* write to this address to start pressure conversion */
+#define ADDR_CMD_CONVERT_D2 0x58 /* write to this address to start temperature conversion */
+#define ADDR_DATA 0x00 /* address of 3 bytes / 32bit pressure data */
+#define ADDR_PROM_SETUP 0xA0 /* address of 8x 2 bytes factory and calibration data */
+#define ADDR_PROM_C1 0xA2 /* address of 6x 2 bytes calibration data */
/* interface ioctls */
#define IOCTL_RESET 2