Skip to content

Commit 2129bbe

Browse files
authored
Update PulseIn.c
1 parent 5724fd7 commit 2129bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ uint16_t common_hal_pulseio_pulsein_get_maxlen(pulseio_pulsein_obj_t* self) {
6363
}
6464

6565
bool common_hal_pulseio_pulsein_get_paused(pulseio_pulsein_obj_t* self) {
66-
return true;
66+
return false;
6767
}
6868

6969
uint16_t common_hal_pulseio_pulsein_get_len(pulseio_pulsein_obj_t* self) {

0 commit comments

Comments
 (0)