summaryrefslogtreecommitdiff
path: root/apps/interpreters/micropython
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-01-12 08:27:25 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-01-12 08:27:25 -0600
commita34a20837d27138c34e48c58c58499e5286963ab (patch)
tree75b5acb4d9d98bd596fd2d87c1ec5275ae966a45 /apps/interpreters/micropython
parentbc3b81bf1ce53ed141e9734598dbeb227009a605 (diff)
downloadnuttx-a34a20837d27138c34e48c58c58499e5286963ab.tar.gz
nuttx-a34a20837d27138c34e48c58c58499e5286963ab.tar.bz2
nuttx-a34a20837d27138c34e48c58c58499e5286963ab.zip
Micro Python: Fix a typo in the port configuration file
Diffstat (limited to 'apps/interpreters/micropython')
-rw-r--r--apps/interpreters/micropython/mpconfigport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/interpreters/micropython/mpconfigport.h b/apps/interpreters/micropython/mpconfigport.h
index 1ee040565..5dc60bc7d 100644
--- a/apps/interpreters/micropython/mpconfigport.h
+++ b/apps/interpreters/micropython/mpconfigport.h
@@ -80,7 +80,7 @@
#define MICROPY_PY_STRUCT (0)
#define MICROPY_PY_SYS (0)
#define MICROPY_CPYTHON_COMPAT (0)
-#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPL)
+#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ)
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_FLOAT)
/* type definitions for the specific machine */