8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc630e7 commit e7974a2Copy full SHA for e7974a2
ports/zephyr/mpconfigport.h
@@ -90,7 +90,7 @@
90
#define MICROPY_PY_ZEPHYR (1)
91
#define MICROPY_PY_ZSENSOR (1)
92
#define MICROPY_PY_SYS_MODULES (0)
93
-#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_LONGLONG)
+#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ)
94
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_FLOAT)
95
#define MICROPY_PY_BUILTINS_COMPLEX (0)
96
#define MICROPY_ENABLE_SCHEDULER (1)
0 commit comments