summaryrefslogtreecommitdiff
path: root/include/driver
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2019-10-25 13:13:16 +0200
committerDaniel Friesel <daniel.friesel@uos.de>2019-10-25 13:13:16 +0200
commit6cf0c6ea48f4fd538a057b1d3a62e137ca884864 (patch)
tree3cc63feab9096ef7e40c38f61739647a68e9a5a7 /include/driver
parent11517648d32bc8213c38a987ec389f40feb5748e (diff)
BME280: Do not use 64bit code (slow and broken on 16bit MSP430)
Diffstat (limited to 'include/driver')
-rw-r--r--include/driver/bme280_defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/driver/bme280_defs.h b/include/driver/bme280_defs.h
index 745954a..4e897e1 100644
--- a/include/driver/bme280_defs.h
+++ b/include/driver/bme280_defs.h
@@ -110,7 +110,7 @@
#ifndef BME280_FLOAT_ENABLE
#ifndef BME280_64BIT_ENABLE
-#define BME280_64BIT_ENABLE
+/* #define BME280_64BIT_ENABLE */
#endif
#endif