Commit 6cf0c6ea authored by Daniel Friesel's avatar Daniel Friesel
Browse files

BME280: Do not use 64bit code (slow and broken on 16bit MSP430)

parent 11517648
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -110,7 +110,7 @@

#ifndef BME280_FLOAT_ENABLE
#ifndef BME280_64BIT_ENABLE
#define BME280_64BIT_ENABLE
/* #define BME280_64BIT_ENABLE */
#endif
#endif