diff options
| author | jerryneedell <jerryneedell@gmail.com> | 2018-06-10 07:08:56 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-10 07:08:56 -0400 |
| commit | 2129bbe160278f7cd2cece939f81900a41f8aa86 (patch) | |
| tree | fbf0fcf4fe1a51db7fd43766a4ceff74a72fd0c4 /ports | |
| parent | 5724fd795ada17a62cea06fb1da69db9acf20550 (diff) | |
Update PulseIn.c
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/esp8266/common-hal/pulseio/PulseIn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/esp8266/common-hal/pulseio/PulseIn.c b/ports/esp8266/common-hal/pulseio/PulseIn.c index eb6fb7baa..5930daab2 100644 --- a/ports/esp8266/common-hal/pulseio/PulseIn.c +++ b/ports/esp8266/common-hal/pulseio/PulseIn.c @@ -63,7 +63,7 @@ uint16_t common_hal_pulseio_pulsein_get_maxlen(pulseio_pulsein_obj_t* self) { } bool common_hal_pulseio_pulsein_get_paused(pulseio_pulsein_obj_t* self) { - return true; + return false; } uint16_t common_hal_pulseio_pulsein_get_len(pulseio_pulsein_obj_t* self) { |
