diff options
| author | hathach <thach@tinyusb.org> | 2020-07-29 23:14:52 +0700 |
|---|---|---|
| committer | hathach <thach@tinyusb.org> | 2020-07-29 23:14:52 +0700 |
| commit | b2ec77e554fb066e6a4b16862ff4fdc13170b086 (patch) | |
| tree | bf1b94a12f92c69c093227782d0d741cced96ca4 /py | |
| parent | 93cc50514425047b8d098350dea9bf5dd7d32373 (diff) | |
| parent | fbc78972ebe547a26c39979b871fd704d25895e8 (diff) | |
Merge remote-tracking branch 'adafruit/main' into improve-highspeed-usb
Diffstat (limited to 'py')
| -rw-r--r-- | py/circuitpy_mpconfig.h | 2 |
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" |
