diff options
| author | DavePutz <dwputz@gmail.com> | 2021-03-09 11:13:09 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-09 11:13:09 -0600 |
| commit | f0e3274a33f8fa7dd109925d185c1c1dc758f63e (patch) | |
| tree | 5b3b3018b8ea145a4aa9c8525e6f9e083b44990b | |
| parent | 6f4510d7aaf0a9182fd815f582d272de2f7611cc (diff) | |
Update to agree with modified StateMachine.h
| -rw-r--r-- | ports/raspberrypi/common-hal/pulseio/PulseIn.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/raspberrypi/common-hal/pulseio/PulseIn.c b/ports/raspberrypi/common-hal/pulseio/PulseIn.c index 6377fa7a9..1b433d79c 100644 --- a/ports/raspberrypi/common-hal/pulseio/PulseIn.c +++ b/ports/raspberrypi/common-hal/pulseio/PulseIn.c @@ -82,6 +82,7 @@ void common_hal_pulseio_pulsein_construct(pulseio_pulsein_obj_t* self, NULL, 0, NULL, 0, pin, 1, + 0,0, NULL, 0, NULL, 0, 1, 0, |
