Skip to content

Commit 339cf5e

Browse files
committed
staying caught up with runtime changes
1 parent e45fe3d commit 339cf5e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,13 @@
2828
#include "py/obj.h"
2929
#include "py/objtuple.h"
3030
#include "py/runtime.h"
31-
// #include "lib/utils/interrupt_char.h"
32-
// #include <stdio.h>
3331

3432
#include "shared-bindings/alarm/__init__.h"
3533
#include "shared-bindings/alarm/SleepMemory.h"
3634
#include "shared-bindings/alarm/pin/PinAlarm.h"
3735
#include "shared-bindings/alarm/time/TimeAlarm.h"
38-
3936
#include "shared-bindings/microcontroller/__init__.h"
37+
#include "shared/runtime/interrupt_char.h"
4038
#include "samd/external_interrupts.h"
4139
#include "supervisor/port.h"
4240
#include "supervisor/workflow.h"

0 commit comments

Comments
 (0)