diff options
Diffstat (limited to 'extmod/machine_pulse.c')
-rw-r--r-- | extmod/machine_pulse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extmod/machine_pulse.c b/extmod/machine_pulse.c index 7178b22d79..157566d984 100644 --- a/extmod/machine_pulse.c +++ b/extmod/machine_pulse.c @@ -26,7 +26,7 @@ #include "py/runtime.h" #include "py/mperrno.h" -#include "extmod/machine_pulse.h" +#include "extmod/modmachine.h" #if MICROPY_PY_MACHINE_PULSE |