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 = {
30
30
.instructions = squarewave_program_instructions ,
31
31
.length = 4 ,
32
32
.origin = -1 ,
33
- .pio_version = 0 ,
33
+ .pio_version = squarewave_pio_version ,
34
34
#if PICO_PIO_VERSION > 0
35
35
.used_gpio_ranges = 0x0
36
36
#endif
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ static const struct pio_program squarewave_wrap_program = {
29
29
.instructions = squarewave_wrap_program_instructions ,
30
30
.length = 3 ,
31
31
.origin = -1 ,
32
- .pio_version = 0 ,
32
+ .pio_version = squarewave_wrap_pio_version ,
33
33
#if PICO_PIO_VERSION > 0
34
34
.used_gpio_ranges = 0x0
35
35
#endif
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ static const struct pio_program ws2812_program = {
34
34
.instructions = ws2812_program_instructions ,
35
35
.length = 4 ,
36
36
.origin = -1 ,
37
- .pio_version = 0 ,
37
+ .pio_version = ws2812_pio_version ,
38
38
#if PICO_PIO_VERSION > 0
39
39
.used_gpio_ranges = 0x0
40
40
#endif
@@ -90,7 +90,7 @@ static const struct pio_program ws2812_parallel_program = {
90
90
.instructions = ws2812_parallel_program_instructions ,
91
91
.length = 4 ,
92
92
.origin = -1 ,
93
- .pio_version = 0 ,
93
+ .pio_version = ws2812_parallel_pio_version ,
94
94
#if PICO_PIO_VERSION > 0
95
95
.used_gpio_ranges = 0x0
96
96
#endif
You can’t perform that action at this time.
0 commit comments