Skip to content

Commit ced707e

Browse files
authored
Update call to rp2pio_statemachine_construct
1 parent 9b96bae commit ced707e

File tree

1 file changed

+1
-0
lines changed
  • ports/raspberrypi/common-hal/pulseio

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ void common_hal_pulseio_pulsein_construct(pulseio_pulsein_obj_t* self,
8484
1, self->pin,
8585
1 << self->pin, false, true,
8686
false, 8, false, // TX, unused
87+
false,
8788
true, 32, true, // RX auto-push every 32 bits
8889
false); // claim pins
8990
self->state_machine.pio = state_machine.pio;

0 commit comments

Comments
 (0)