Skip to content
Snippets Groups Projects
Commit 2b882e9a authored by Damien George's avatar Damien George
Browse files

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.
parent ef47a67c
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment