atmel-samd: Enable enumerate() adds 184 bytes.

Fixes #32.
This commit is contained in:
Scott Shawcroft 2016-12-07 17:18:12 -08:00
parent 0ae344841f
commit 1b819c6816

View File

@ -35,7 +35,7 @@
#define MICROPY_PY_ASYNC_AWAIT (0)
#define MICROPY_PY_BUILTINS_BYTEARRAY (1)
#define MICROPY_PY_BUILTINS_MEMORYVIEW (1)
#define MICROPY_PY_BUILTINS_ENUMERATE (0)
#define MICROPY_PY_BUILTINS_ENUMERATE (1)
#define MICROPY_PY_BUILTINS_FILTER (1)
#define MICROPY_PY_BUILTINS_FROZENSET (0)
#define MICROPY_PY_BUILTINS_REVERSED (0)