Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -110,7 +110,7 @@
#ifndef BME280_FLOAT_ENABLE
#ifndef BME280_64BIT_ENABLE
#define BME280_64BIT_ENABLE
/* #define BME280_64BIT_ENABLE */
#endif
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment