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.
pull/2389/head
Damien George 2016-09-05 17:30:24 +10:00
rodzic ef47a67cf4
commit 2b882e9aca
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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)