diff options
| author | Dan Halbert <halbert@halwitz.org> | 2020-11-01 14:52:03 -0500 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2020-11-01 14:52:03 -0500 |
| commit | 72b829dff02cb9b8ebe6e2b47354f06650dbe864 (patch) | |
| tree | d69c86a028b6dfe293f952015e035e87834dca4f /ports | |
| parent | 6fba68b054d924cdf9621862efaa3519390b09b4 (diff) | |
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 \ |
