Skip to content

Commit 87d7a6c

Browse files
committed
[driver] Fix missing include in BMP085 driver
1 parent e914340 commit 87d7a6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/modm/driver/pressure/bmp085_data.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include <cmath>
1515

1616
#include <modm/debug/logger/logger.hpp>
17+
#include <modm/math/utils/bit_constants.hpp>
1718

1819
#ifndef MODM_BMP085_DATA_HPP
1920
#define MODM_BMP085_DATA_HPP

0 commit comments

Comments
 (0)