Merge remote-tracking branch 'origin/main' into main

This commit is contained in:
Hosted Weblate 2021-03-16 01:51:39 +01:00
commit 2115a76c2f
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ bool rp2pio_statemachine_construct(rp2pio_statemachine_obj_t *self,
pio_program_t program_struct = {
.instructions = (uint16_t *)program,
.length = program_len,
.origin = 0
.origin = -1
};
for (size_t i = 0; i < NUM_PIOS; i++) {
PIO pio = pio_instances[i];