We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7f29a9 commit d16354fCopy full SHA for d16354f
cores/esp8266/StackThunk.cpp
@@ -150,4 +150,9 @@ void stack_thunk_fatal_smashing()
150
__stack_chk_fail();
151
}
152
153
+void stack_thunk_yield()
154
+{
155
+ optimistic_yield(10000);
156
+}
157
+
158
cores/esp8266/StackThunk.h
@@ -31,6 +31,8 @@
31
extern "C" {
32
#endif
33
34
+extern void stack_thunk_yield(void);
35
36
extern void stack_thunk_add_ref();
37
extern void stack_thunk_del_ref();
38
extern void stack_thunk_repaint();
0 commit comments