Skip to content

Commit 068ffd0

Browse files
authored
Merge pull request #919 from adafruit/jerryneedell-patch-2
fix #918
2 parents a250224 + 2129bbe commit 068ffd0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ports/esp8266/common-hal/pulseio/PulseIn.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ uint16_t common_hal_pulseio_pulsein_get_maxlen(pulseio_pulsein_obj_t* self) {
6262
return 0;
6363
}
6464

65+
bool common_hal_pulseio_pulsein_get_paused(pulseio_pulsein_obj_t* self) {
66+
return false;
67+
}
68+
6569
uint16_t common_hal_pulseio_pulsein_get_len(pulseio_pulsein_obj_t* self) {
6670
return 0;
6771
}

0 commit comments

Comments
 (0)