8000 zephyr/mpconfigport: Enable mpz big integers. · cuatrobits/micropython@e7974a2 · GitHub 8000
[go: up one dir, main page]

Skip to content

Commit e7974a2

Browse files
committed
zephyr/mpconfigport: Enable mpz big integers.
These are needed to be on par with other ports. Signed-off-by: Damien George <damien@micropython.org>
1 parent fc630e7 commit e7974a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/zephyr/mpconfigport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
#define MICROPY_PY_ZEPHYR (1)
9191
#define MICROPY_PY_ZSENSOR (1)
9292
#define MICROPY_PY_SYS_MODULES (0)
93-
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_LONGLONG)
93+
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ)
9494
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_FLOAT)
9595
#define MICROPY_PY_BUILTINS_COMPLEX (0)
9696
#define MICROPY_ENABLE_SCHEDULER (1)

0 commit comments

Comments
 (0)
0