summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/raspberrypi/common-hal/pulseio/PulseIn.c1
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 cd466dd93..ea0d24f86 100644
--- a/ports/raspberrypi/common-hal/pulseio/PulseIn.c
+++ b/ports/raspberrypi/common-hal/pulseio/PulseIn.c
@@ -84,6 +84,7 @@ void common_hal_pulseio_pulsein_construct(pulseio_pulsein_obj_t* self,
1, self->pin,
1 << self->pin, false, true,
false, 8, false, // TX, unused
+ false,
true, 32, true, // RX auto-push every 32 bits
false); // claim pins
self->state_machine.pio = state_machine.pio;