diff options
Diffstat (limited to 'py/scheduler.c')
-rw-r--r-- | py/scheduler.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/scheduler.c b/py/scheduler.c index 165b26dc86..b9a43bfbdb 100644 --- a/py/scheduler.c +++ b/py/scheduler.c @@ -26,6 +26,7 @@ #include <stdio.h> +#include "py/mphal.h" #include "py/runtime.h" // Schedules an exception on the main thread (for exceptions "thrown" by async |