Skip to content

Commit 8150150

Browse files
authored
return "false" for stub call
See adafruit#918 for discussion
1 parent b2d98ed commit 8150150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

7474
bool common_hal_pulseio_pulsein_get_paused(pulseio_pulsein_obj_t* self) {
75-
return true;
75+
return false;
7676
}
7777

7878
uint16_t common_hal_pulseio_pulsein_get_len(pulseio_pulsein_obj_t* self) {

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy