fix unix port standard variant

Don't disable some macros that conflict with ports/unix/mpconfigport.h

Related: https://github.com/lvgl/lv_binding_micropython/issues/224#issuecomment-1205764647
This commit is contained in:
Amir Gonnen 2022-08-05 00:29:43 +03:00
parent 0e2023e502
commit e9d398c02e

View File

@ -31,8 +31,8 @@
#define MICROPY_OPT_MPZ_BITWISE (0)
#define MICROPY_OPT_MATH_FACTORIAL (0)
#define MICROPY_MODULE_ATTR_DELEGATION (0)
#define MICROPY_MODULE_BUILTIN_INIT (0)
#define MICROPY_ENABLE_SCHEDULER (0)
// #define MICROPY_MODULE_BUILTIN_INIT (0)
// #define MICROPY_ENABLE_SCHEDULER (0)
#define MICROPY_PY_BUILTINS_EXECFILE (0)
#define MICROPY_PY_MATH_CONSTANTS (0)
#define MICROPY_PY_MATH_FACTORIAL (0)