File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ static const struct pio_program squarewave_program = {
3030 .instructions = squarewave_program_instructions ,
3131 .length = 4 ,
3232 .origin = -1 ,
33- .pio_version = 0 ,
33+ .pio_version = squarewave_pio_version ,
3434#if PICO_PIO_VERSION > 0
3535 .used_gpio_ranges = 0x0
3636#endif
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ static const struct pio_program squarewave_wrap_program = {
2929 .instructions = squarewave_wrap_program_instructions ,
3030 .length = 3 ,
3131 .origin = -1 ,
32- .pio_version = 0 ,
32+ .pio_version = squarewave_wrap_pio_version ,
3333#if PICO_PIO_VERSION > 0
3434 .used_gpio_ranges = 0x0
3535#endif
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ static const struct pio_program ws2812_program = {
3434 .instructions = ws2812_program_instructions ,
3535 .length = 4 ,
3636 .origin = -1 ,
37- .pio_version = 0 ,
37+ .pio_version = ws2812_pio_version ,
3838#if PICO_PIO_VERSION > 0
3939 .used_gpio_ranges = 0x0
4040#endif
@@ -90,7 +90,7 @@ static const struct pio_program ws2812_parallel_program = {
9090 .instructions = ws2812_parallel_program_instructions ,
9191 .length = 4 ,
9292 .origin = -1 ,
93- .pio_version = 0 ,
93+ .pio_version = ws2812_parallel_pio_version ,
9494#if PICO_PIO_VERSION > 0
9595 .used_gpio_ranges = 0x0
9696#endif
You can’t perform that action at this time.
0 commit comments