summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/cxd56/mpconfigport.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/cxd56/mpconfigport.h b/ports/cxd56/mpconfigport.h
index 233b7b9a7..91ebfd98f 100644
--- a/ports/cxd56/mpconfigport.h
+++ b/ports/cxd56/mpconfigport.h
@@ -27,8 +27,8 @@
#ifndef __INCLUDED_MPCONFIGPORT_H
#define __INCLUDED_MPCONFIGPORT_H
-// 24kiB stack
-#define CIRCUITPY_DEFAULT_STACK_SIZE 0x6000
+// 64kiB stack
+#define CIRCUITPY_DEFAULT_STACK_SIZE 0x10000
#include "py/circuitpy_mpconfig.h"