zephyr/mpconfigport: Enable mpz big integers.

These are needed to be on par with other ports.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George 2024-08-19 14:39:37 +10:00
parent fc630e70c4
commit e7974a28f7
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@
#define MICROPY_PY_ZEPHYR (1)
#define MICROPY_PY_ZSENSOR (1)
#define MICROPY_PY_SYS_MODULES (0)
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_LONGLONG)
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ)
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_FLOAT)
#define MICROPY_PY_BUILTINS_COMPLEX (0)
#define MICROPY_ENABLE_SCHEDULER (1)