diff options
| author | Dan Halbert <halbert@adafruit.com> | 2020-10-14 22:39:04 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-14 22:39:04 -0400 |
| commit | f1e8f2b404ef45edf08b019c1e68d595aa69b357 (patch) | |
| tree | 0a8292c9d01bb06fa2dcc12d9d0ba364774713e9 /ports/stm | |
| parent | b84f22aa0c404cfd83eab5f15f1415b27f508ae8 (diff) | |
| parent | f6f89565d83c0ac942496f29394ff59976aaa5b9 (diff) | |
Merge pull request #3554 from gamblor21/move_ordereddict
Moved ORDEREDDICT define to central location
Diffstat (limited to 'ports/stm')
| -rw-r--r-- | ports/stm/mpconfigport.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/stm/mpconfigport.h b/ports/stm/mpconfigport.h index e054ffbb5..9489b4765 100644 --- a/ports/stm/mpconfigport.h +++ b/ports/stm/mpconfigport.h @@ -30,7 +30,6 @@ #include <stdint.h> -#define MICROPY_PY_COLLECTIONS_ORDEREDDICT (1) #define MICROPY_PY_FUNCTION_ATTRS (1) #define MICROPY_PY_IO (1) #define MICROPY_PY_REVERSE_SPECIAL_METHODS (1) |
