Skip to content

Commit 2b882e9

Browse files
committed
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.
1 parent ef47a67 commit 2b882e9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

mpy-cross/mpconfigport.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959

6060
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_DOUBLE)
6161
#define MICROPY_CPYTHON_COMPAT (1)
62+
#define MICROPY_USE_INTERNAL_PRINTF (0)
6263

6364
#define MICROPY_PY_BUILTINS_STR_UNICODE (1)
6465

0 commit comments

Comments
 (0)