Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pio/squarewave/generated/squarewave.pio.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ static const struct pio_program squarewave_program = {
.instructions = squarewave_program_instructions,
.length = 4,
.origin = -1,
.pio_version = 0,
.pio_version = squarewave_pio_version,
#if PICO_PIO_VERSION > 0
.used_gpio_ranges = 0x0
#endif
Expand Down
2 changes: 1 addition & 1 deletion pio/squarewave/generated/squarewave_wrap.pio.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ static const struct pio_program squarewave_wrap_program = {
.instructions = squarewave_wrap_program_instructions,
.length = 3,
.origin = -1,
.pio_version = 0,
.pio_version = squarewave_wrap_pio_version,
#if PICO_PIO_VERSION > 0
.used_gpio_ranges = 0x0
#endif
Expand Down
4 changes: 2 additions & 2 deletions pio/ws2812/generated/ws2812.pio.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ static const struct pio_program ws2812_program = {
.instructions = ws2812_program_instructions,
.length = 4,
.origin = -1,
.pio_version = 0,
.pio_version = ws2812_pio_version,
#if PICO_PIO_VERSION > 0
.used_gpio_ranges = 0x0
#endif
Expand Down Expand Up @@ -90,7 +90,7 @@ static const struct pio_program ws2812_parallel_program = {
.instructions = ws2812_parallel_program_instructions,
.length = 4,
.origin = -1,
.pio_version = 0,
.pio_version = ws2812_parallel_pio_version,
#if PICO_PIO_VERSION > 0
.used_gpio_ranges = 0x0
#endif
Expand Down