Skip to content
Snippets Groups Projects
Commit ab7819c3 authored by Damien George's avatar Damien George
Browse files

unix/mpconfigport_coverage: Enable range (in)equality comparison.

parent d77da83d
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,7 @@
#define MICROPY_ENABLE_SCHEDULER (1)
#define MICROPY_PY_DELATTR_SETATTR (1)
#define MICROPY_PY_REVERSE_SPECIAL_METHODS (1)
#define MICROPY_PY_BUILTINS_RANGE_BINOP (1)
#define MICROPY_PY_BUILTINS_HELP (1)
#define MICROPY_PY_BUILTINS_HELP_MODULES (1)
#define MICROPY_PY_SYS_GETSIZEOF (1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment