esp8266: Enable collections.OrderedDict.

pull/2101/head
Paul Sokolovsky 2016-05-22 02:57:05 +03:00
rodzic 9dde6062cc
commit 9c2217a165
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -38,6 +38,7 @@
#define MICROPY_PY_ARRAY (1)
#define MICROPY_PY_ARRAY_SLICE_ASSIGN (1)
#define MICROPY_PY_COLLECTIONS (1)
#define MICROPY_PY_COLLECTIONS_ORDEREDDICT (1)
#define MICROPY_PY_MATH (1)
#define MICROPY_PY_CMATH (0)
#define MICROPY_PY_IO (1)