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 97590f8670..8c8bff510c 100644 --- a/extmod/machine_pulse.c +++ b/extmod/machine_pulse.c @@ -28,7 +28,7 @@ #include "py/mperrno.h" #include "extmod/machine_pulse.h" -#if MICROPY_PY_MACHINE +#if MICROPY_PY_MACHINE_PULSE mp_uint_t machine_time_pulse_us(mp_hal_pin_obj_t pin, int pulse_level, mp_uint_t timeout_us) { mp_uint_t start = mp_hal_ticks_us(); |