We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d30b89d commit f2931deCopy full SHA for f2931de
1 file changed
ports/unix/mpconfigport.h
@@ -194,6 +194,8 @@
194
195
extern const struct _mp_print_t mp_stderr_print;
196
197
+#define RUN_BACKGROUND_TASKS
198
+
199
#if !(defined(MICROPY_GCREGS_SETJMP) || defined(__x86_64__) || defined(__i386__) || defined(__thumb2__) || defined(__thumb__) || defined(__arm__))
200
// Fall back to setjmp() implementation for discovery of GC pointers in registers.
201
#define MICROPY_GCREGS_SETJMP (1)
0 commit comments