diff options
Diffstat (limited to 'bare-arm')
| -rw-r--r-- | bare-arm/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bare-arm/main.c b/bare-arm/main.c index fb9ec6037..a1e94313c 100644 --- a/bare-arm/main.c +++ b/bare-arm/main.c @@ -6,7 +6,6 @@ #include "py/parsehelper.h" #include "py/compile.h" #include "py/runtime.h" -#include "py/stackctrl.h" #include "py/repl.h" #include "py/pfenv.h" @@ -48,7 +47,6 @@ void do_str(const char *src) { } int main(int argc, char **argv) { - mp_stack_set_limit(10240); mp_init(); do_str("print('hello world!', list(x+1 for x in range(10)), end='eol\n')"); mp_deinit(); |
