diff options
| author | robert-hh <robert@hammelrath.com> | 2022-07-18 17:09:04 +0200 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2022-07-19 13:46:28 +1000 |
| commit | 93a17b9581418c932d8cb3312040fdbaa04da5e0 (patch) | |
| tree | 486def82e56c9dcedba9f499ccd1bc1b1ab2b6b7 /shared/runtime/softtimer.c | |
| parent | 678cb5a5857d86b4552554e579ab65317c969aa2 (diff) | |
shared/runtime/softtimer: Remove obsolete #include statement.
Diffstat (limited to 'shared/runtime/softtimer.c')
| -rw-r--r-- | shared/runtime/softtimer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shared/runtime/softtimer.c b/shared/runtime/softtimer.c index c9c59cab0..8bc9621b3 100644 --- a/shared/runtime/softtimer.c +++ b/shared/runtime/softtimer.c @@ -28,7 +28,6 @@ #include "py/gc.h" #include "py/mphal.h" #include "py/runtime.h" -#include "irq.h" #include "softtimer.h" #define TICKS_PERIOD 0x80000000 |
