diff options
Diffstat (limited to 'stm/mpconfigport.h')
-rw-r--r-- | stm/mpconfigport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stm/mpconfigport.h b/stm/mpconfigport.h index c5614f4bb8..33ebae8fbc 100644 --- a/stm/mpconfigport.h +++ b/stm/mpconfigport.h @@ -7,6 +7,7 @@ #define MICROPY_ENABLE_GC (1) #define MICROPY_ENABLE_REPL_HELPERS (1) #define MICROPY_ENABLE_FLOAT (1) +#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ) #define MICROPY_PATH_MAX (128) // type definitions for the specific machine |