micropython 273 B

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