summaryrefslogtreecommitdiff
path: root/py
diff options
context:
space:
mode:
authorJerry Needell <jerryneedell@gmail.com>2020-07-27 21:50:36 -0400
committerJerry Needell <jerryneedell@gmail.com>2020-07-27 21:50:36 -0400
commit2bdd62220e1a6b5072d59cbab53730f852670df9 (patch)
tree2c23e5afb65912f532244f78d381bf9db8dc8434 /py
parentdebbf1028adee2309ed991c90517c50d5eb13bfb (diff)
adjust stack for SAMD21 to accomodate larger pystack -- update frozen module adafruit_busdevice
Diffstat (limited to 'py')
-rw-r--r--py/circuitpy_mpconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/circuitpy_mpconfig.h b/py/circuitpy_mpconfig.h
index a1a7ec238..255ab99b9 100644
--- a/py/circuitpy_mpconfig.h
+++ b/py/circuitpy_mpconfig.h
@@ -799,7 +799,7 @@ void supervisor_run_background_tasks_if_tick(void);
#endif
#ifndef CIRCUITPY_PYSTACK_SIZE
-#define CIRCUITPY_PYSTACK_SIZE 1024
+#define CIRCUITPY_PYSTACK_SIZE 1536
#endif
#define CIRCUITPY_BOOT_OUTPUT_FILE "/boot_out.txt"