summaryrefslogtreecommitdiffstatshomepage
path: root/mpy-cross
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2016-09-05 17:30:24 +1000
committerDamien George <damien.p.george@gmail.com>2016-09-05 17:30:24 +1000
commit2b882e9acaecd92cf3107a597c9aba99f23b794e (patch)
treeeef679ca1c62ee42b66d85a00dcf33a32ce2bf16 /mpy-cross
parentef47a67cf42246bbcf3c81e5f89e0e25db9dff74 (diff)
downloadmicropython-2b882e9acaecd92cf3107a597c9aba99f23b794e.tar.gz
micropython-2b882e9acaecd92cf3107a597c9aba99f23b794e.zip
mpy-cross: Don't use the internal printf functions.
They require mp_hal_stdout_tx_strn_cooked, which requires extra work to add to mpy-cross.
Diffstat (limited to 'mpy-cross')
-rw-r--r--mpy-cross/mpconfigport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mpy-cross/mpconfigport.h b/mpy-cross/mpconfigport.h
index c919e42911..c0a404103b 100644
--- a/mpy-cross/mpconfigport.h
+++ b/mpy-cross/mpconfigport.h
@@ -59,6 +59,7 @@
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_DOUBLE)
#define MICROPY_CPYTHON_COMPAT (1)
+#define MICROPY_USE_INTERNAL_PRINTF (0)
#define MICROPY_PY_BUILTINS_STR_UNICODE (1)