We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6aceff commit 4ad3e8dCopy full SHA for 4ad3e8d
port/mpconfigport.h
@@ -115,7 +115,7 @@
115
#define MICROPY_MODULE_FROZEN_STR (0)
116
#define MICROPY_CPYTHON_COMPAT (1)
117
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ)
118
-#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_DOUBLE)
+#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_FLOAT)
119
#define MICROPY_READER_VFS (0)
120
#define MICROPY_PY_PIN (1)
121
#define MICROPY_PY_OS_DUPTERM (1)
0 commit comments