1 parent 470184e commit 19438fdCopy full SHA for 19438fd
1 file changed
windows/mpconfigport.h
@@ -12,7 +12,7 @@
12
#define MICROPY_DEBUG_PRINTERS (1)
13
#define MICROPY_ENABLE_REPL_HELPERS (1)
14
#define MICROPY_ENABLE_LEXER_UNIX (1)
15
-#define MICROPY_ENABLE_FLOAT (1)
+#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_DOUBLE)
16
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_LONGLONG)
17
18
// type definitions for the specific machine
0 commit comments