We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4ae856 commit d83eabeCopy full SHA for d83eabe
cores/esp8266/StackThunk.cpp
@@ -36,7 +36,7 @@ uint32_t *stack_thunk_top = NULL;
36
uint32_t *stack_thunk_save = NULL; /* Saved A1 while in BearSSL */
37
uint32_t stack_thunk_refcnt = 0;
38
39
-#define _stackSize (5600/4)
+#define _stackSize (5750/4)
40
#define _stackPaint 0xdeadbeef
41
42
/* Add a reference, and allocate the stack if necessary */
0 commit comments