diff --git a/unix-cpy/mpconfigport.h b/unix-cpy/mpconfigport.h index 3fc1866772..6351f0c4fe 100644 --- a/unix-cpy/mpconfigport.h +++ b/unix-cpy/mpconfigport.h @@ -2,7 +2,7 @@ #define MICROPY_EMIT_CPYTHON (1) #define MICROPY_ENABLE_LEXER_UNIX (1) -#define MICROPY_ENABLE_FLOAT (1) +#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_DOUBLE) // type definitions for the specific machine