We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acde22a commit 45d1b29Copy full SHA for 45d1b29
py/circuitpy_mpconfig.h
@@ -658,8 +658,8 @@ void run_background_tasks(void);
658
// TODO: Used in wiznet5k driver, but may not be needed in the long run.
659
#define MICROPY_THREAD_YIELD()
660
661
-#define MICROPY_VM_HOOK_LOOP run_background_tasks();
662
-#define MICROPY_VM_HOOK_RETURN run_background_tasks();
+#define MICROPY_VM_HOOK_LOOP RUN_BACKGROUND_TASKS;
+#define MICROPY_VM_HOOK_RETURN RUN_BACKGROUND_TASKS;
663
664
#define CIRCUITPY_AUTORELOAD_DELAY_MS 500
665
#define CIRCUITPY_FILESYSTEM_FLUSH_INTERVAL_MS 1000
0 commit comments