We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b2d98ed + 8150150 commit a250224Copy full SHA for a250224
ports/nrf/common-hal/pulseio/PulseIn.c
@@ -72,7 +72,7 @@ uint16_t common_hal_pulseio_pulsein_get_maxlen(pulseio_pulsein_obj_t* self) {
72
}
73
74
bool common_hal_pulseio_pulsein_get_paused(pulseio_pulsein_obj_t* self) {
75
- return true;
+ return false;
76
77
78
uint16_t common_hal_pulseio_pulsein_get_len(pulseio_pulsein_obj_t* self) {
0 commit comments