Increase pystack size

This commit is contained in:
Themba Dube 2019-06-13 19:51:28 -04:00
parent abe8037243
commit 19b2bec886
2 changed files with 15 additions and 15 deletions

File diff suppressed because one or more lines are too long

View File

@ -207,7 +207,7 @@ void mp_js_init(int heap_size) {
#endif
#if MICROPY_ENABLE_PYSTACK
static mp_obj_t pystack[1024];
static mp_obj_t pystack[16384];
mp_pystack_init(pystack, &pystack[MP_ARRAY_SIZE(pystack)]);
#endif