summaryrefslogtreecommitdiff
path: root/py
diff options
context:
space:
mode:
authorhathach <thach@tinyusb.org>2020-07-29 23:14:52 +0700
committerhathach <thach@tinyusb.org>2020-07-29 23:14:52 +0700
commitb2ec77e554fb066e6a4b16862ff4fdc13170b086 (patch)
treebf1b94a12f92c69c093227782d0d741cced96ca4 /py
parent93cc50514425047b8d098350dea9bf5dd7d32373 (diff)
parentfbc78972ebe547a26c39979b871fd704d25895e8 (diff)
Merge remote-tracking branch 'adafruit/main' into improve-highspeed-usb
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"