diff options
| author | Dan Halbert <halbert@adafruit.com> | 2020-11-05 16:16:41 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-05 16:16:41 -0500 |
| commit | 36a8828fa36a18d7bb0eeb950d6d1676c1f429a4 (patch) | |
| tree | 964568845aae9233b037628f9f2b18d3411d8c3b /ports | |
| parent | 81bb92bdd2a9b9ee50e251743ad35a2d23be3d99 (diff) | |
| parent | 72b829dff02cb9b8ebe6e2b47354f06650dbe864 (diff) | |
Merge pull request #3632 from dhalbert/add-binascii
add binascii to most builds
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/atmel-samd/mpconfigport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/atmel-samd/mpconfigport.h b/ports/atmel-samd/mpconfigport.h index f7ccff4da..ed10da9b9 100644 --- a/ports/atmel-samd/mpconfigport.h +++ b/ports/atmel-samd/mpconfigport.h @@ -47,6 +47,7 @@ // MICROPY_PY_UJSON depends on MICROPY_PY_IO #define MICROPY_PY_IO (0) #define MICROPY_PY_REVERSE_SPECIAL_METHODS (0) +#define MICROPY_PY_UBINASCII (0) #define MICROPY_PY_UJSON (0) #define MICROPY_PY_COLLECTIONS_ORDEREDDICT (0) #define MICROPY_PY_UERRNO_LIST \ |
