Increase pystack size
This commit is contained in:
parent
abe8037243
commit
19b2bec886
File diff suppressed because one or more lines are too long
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user