diff options
| author | Dan Halbert <halbert@adafruit.com> | 2020-12-26 13:39:48 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-26 13:39:48 -0500 |
| commit | 938a0fa2fc9ffaba15f345f102a34c5354166c4a (patch) | |
| tree | cdff4675f0a63e301471b71d4fd6ad69e455af3c /supervisor | |
| parent | 578abae0f50725b67a3f8102ed5d1e6fa6feb4c0 (diff) | |
Add include to tick.c for mp_hal_is_interrupted()
Diffstat (limited to 'supervisor')
| -rw-r--r-- | supervisor/shared/tick.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/supervisor/shared/tick.c b/supervisor/shared/tick.c index 5d75a5395..e51c48c73 100644 --- a/supervisor/shared/tick.c +++ b/supervisor/shared/tick.c @@ -26,6 +26,7 @@ #include "supervisor/shared/tick.h" +#include "lib/utils/interrupt_char.h" #include "py/mpstate.h" #include "py/runtime.h" #include "supervisor/linker.h" |
