summaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorDan Halbert <halbert@adafruit.com>2020-11-05 16:16:41 -0500
committerGitHub <noreply@github.com>2020-11-05 16:16:41 -0500
commit36a8828fa36a18d7bb0eeb950d6d1676c1f429a4 (patch)
tree964568845aae9233b037628f9f2b18d3411d8c3b /ports
parent81bb92bdd2a9b9ee50e251743ad35a2d23be3d99 (diff)
parent72b829dff02cb9b8ebe6e2b47354f06650dbe864 (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.h1
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 \