ports/sh: enable overloaded operators

This commit is contained in:
Lephenixnoir 2023-08-20 12:58:45 +02:00
parent 814b226158
commit e35ed0c2fb
Signed by: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,8 @@
#define MICROPY_KBD_EXCEPTION (1) /* in EXTRA_FEATURES */
#define MICROPY_PY_SYS_PS1_PS2 (1) /* in EXTRA_FEATURES */
#define MICROPY_MODULE_BUILTIN_INIT (1) /* in EXTRA_FEATURES */
#define MICROPY_PY_ALL_SPECIAL_METHODS (1) /* in EXTRA_FEATURES */
#define MICROPY_PY_REVERSE_SPECIAL_METHODS (1) /* in EXTRA_FEATURES */
// #define MICROPY_PY_SYS_STDFILES (1) /* in EXTRA_FEATURES */
#define MICROPY_ALLOC_PATH_MAX (256)