Update call to rp2pio_statemachine_construct

This commit is contained in:
DavePutz 2021-03-03 10:55:08 -06:00 committed by GitHub
parent 9b96bae668
commit ced707ed32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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;