| 12345678910111213141516171819202122232425 |
- commit f84fb358ce3e6bc0c868c48b4d3391b8b7a3b07c
- Author: Oliver Fabel <28701799+ofabel@users.noreply.github.com>
- Date: Fri Sep 27 18:18:07 2024 +0200
- library update
- diff --git a/mpconfigport.h b/mpconfigport.h
- index b87e68c34..19bd95cea 100644
- --- a/mpconfigport.h
- +++ b/mpconfigport.h
- @@ -147,6 +147,7 @@ typedef long mp_off_t;
- #define MICROPY_PY_MATH (0)
-
- #define MICROPY_PY_IO (0)
- +#define MICROPY_PY_IO_BYTESIO (0)
-
- #define MICROPY_PY_JSON (0)
- #define MICROPY_PY_JSON_SEPARATORS (0)
- @@ -156,3 +157,5 @@ typedef long mp_off_t;
- #define MICROPY_COMP_CONST_LITERAL (0)
- #define MICROPY_COMP_CONST (0)
- #define MICROPY_COMP_DOUBLE_TUPLE_ASSIGN (0)
- +
- +#define MICROPY_USE_INTERNAL_PRINTF (0)
- \ No newline at end of file
|