Skip to content

Commit 938a0fa

Browse files
authored
Add include to tick.c for mp_hal_is_interrupted()
1 parent 578abae commit 938a0fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

supervisor/shared/tick.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626

2727
#include "supervisor/shared/tick.h"
2828

29+
#include "lib/utils/interrupt_char.h"
2930
#include "py/mpstate.h"
3031
#include "py/runtime.h"
3132
#include "supervisor/linker.h"

0 commit comments

Comments
 (0)