Skip to content

Commit 943f2b2

Browse files
committed
remove interrupt_char.h
1 parent f7ba711 commit 943f2b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/atmel-samd/common-hal/alarm/__init__.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#include "py/obj.h"
2929
#include "py/objtuple.h"
3030
#include "py/runtime.h"
31-
#include "lib/utils/interrupt_char.h"
31+
// #include "lib/utils/interrupt_char.h"
3232
// #include <stdio.h>
3333

3434
#include "shared-bindings/alarm/__init__.h"

0 commit comments

Comments
 (0)