diff options
Diffstat (limited to 'teensy/mpconfigport.h')
-rw-r--r-- | teensy/mpconfigport.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/teensy/mpconfigport.h b/teensy/mpconfigport.h index 3528101b37..8e2ba4afd9 100644 --- a/teensy/mpconfigport.h +++ b/teensy/mpconfigport.h @@ -8,7 +8,6 @@ #define MICROPY_ENABLE_GC (1) #define MICROPY_ENABLE_FINALISER (1) #define MICROPY_HELPER_REPL (1) -#define MICROPY_PY_BUILTINS_FLOAT (1) #define MICROPY_ENABLE_SOURCE_LINE (1) #define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ) #define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_FLOAT) |