aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/ms5611
diff options
context:
space:
mode:
authorJulian Oes <julian@oes.ch>2013-08-05 16:32:39 +0200
committerJulian Oes <julian@oes.ch>2013-08-05 16:32:59 +0200
commit58a4c5d5449eeffa0c296cbf5c13058d7412e76b (patch)
treebc19a47209958f3fab4a722f543ced4ccb41eca7 /src/drivers/ms5611
parent64e856276ef12b74eca0c89a73b32372a47e8522 (diff)
downloadpx4-firmware-58a4c5d5449eeffa0c296cbf5c13058d7412e76b.tar.gz
px4-firmware-58a4c5d5449eeffa0c296cbf5c13058d7412e76b.tar.bz2
px4-firmware-58a4c5d5449eeffa0c296cbf5c13058d7412e76b.zip
Added missing include for MS5611
Diffstat (limited to 'src/drivers/ms5611')
-rw-r--r--src/drivers/ms5611/ms5611_spi.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/ms5611/ms5611_spi.cpp b/src/drivers/ms5611/ms5611_spi.cpp
index 1ea698922..f6c624340 100644
--- a/src/drivers/ms5611/ms5611_spi.cpp
+++ b/src/drivers/ms5611/ms5611_spi.cpp
@@ -53,6 +53,7 @@
#include <drivers/device/spi.h>
#include "ms5611.h"
+#include "board_config.h"
/* SPI protocol address bits */
#define DIR_READ (1<<7)