From 6cf0c6ea48f4fd538a057b1d3a62e137ca884864 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 25 Oct 2019 13:13:16 +0200 Subject: BME280: Do not use 64bit code (slow and broken on 16bit MSP430) --- include/driver/bme280_defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/driver') 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 -- cgit v1.2.3