micropython: fix bug

This commit is contained in:
KY-zhang-X
2022-10-12 13:58:50 +08:00
parent 3e4ceb8afe
commit ed310f51bf
3 changed files with 8 additions and 6 deletions

View File

@@ -61,6 +61,8 @@
// #define MICROPY_STREAMS_POSIX_API (1)
#define MICROPY_MODULE_FROZEN_STR (0)
#define MICROPY_MODULE_FROZEN_MPY (0)
#define MICROPY_MODULE_WEAK_LINKS (1)
#define MICROPY_CAN_OVERRIDE_BUILTINS (1)
#define MICROPY_USE_INTERNAL_ERRNO (1)
#define MICROPY_USE_INTERNAL_PRINTF (0)
#define MICROPY_SCHEDULER_DEPTH (8)