summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Shawcroft <scott.shawcroft@gmail.com>2017-01-10 17:49:51 -0800
committerScott Shawcroft <scott.shawcroft@gmail.com>2017-01-12 12:46:43 -0800
commit0d408488c5d328ac45bcb276d444089f0c297cf4 (patch)
treeee6afabe7648acbb517590f8552d17bd78054afa
parentcea5503ca006c712c007ad6d38c140c4ac241638 (diff)
atmel-samd: Turn off FRAMEBUF because it takes a lot of space.
-rw-r--r--atmel-samd/mpconfigport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/atmel-samd/mpconfigport.h b/atmel-samd/mpconfigport.h
index b53b910bf..139557343 100644
--- a/atmel-samd/mpconfigport.h
+++ b/atmel-samd/mpconfigport.h
@@ -51,7 +51,7 @@
#define MICROPY_PY_ATTRTUPLE (1)
#define MICROPY_PY_COLLECTIONS (1)
#define MICROPY_PY_DESCRIPTORS (1)
-#define MICROPY_PY_FRAMEBUF (1)
+#define MICROPY_PY_FRAMEBUF (0)
#define MICROPY_PY_MATH (1)
#define MICROPY_PY_CMATH (0)
#define MICROPY_PY_IO (0)