Skip to content

Commit 9c2217a

Browse files
committed
esp8266: Enable collections.OrderedDict.
1 parent 9dde606 commit 9c2217a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

esp8266/mpconfigport.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
#define MICROPY_PY_ARRAY (1)
3939
#define MICROPY_PY_ARRAY_SLICE_ASSIGN (1)
4040
#define MICROPY_PY_COLLECTIONS (1)
41+
#define MICROPY_PY_COLLECTIONS_ORDEREDDICT (1)
4142
#define MICROPY_PY_MATH (1)
4243
#define MICROPY_PY_CMATH (0)
4344
#define MICROPY_PY_IO (1)

0 commit comments

Comments
 (0)