Skip to content

Commit 3028ad4

Browse files
committed
fix build with sdk 1.5.1
1 parent 9157090 commit 3028ad4

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

src/usb_rx.pio.h

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
#define usb_edge_detector_wrap_target 3
2121
#define usb_edge_detector_wrap 9
22-
#define usb_edge_detector_pio_version 0
2322

2423
static const uint16_t usb_edge_detector_program_instructions[] = {
2524
0xc022, // 0: irq wait 2
@@ -48,10 +47,6 @@ static const struct pio_program usb_edge_detector_program = {
4847
.instructions = usb_edge_detector_program_instructions,
4948
.length = 17,
5049
.origin = -1,
51-
.pio_version = 0,
52-
#if PICO_PIO_VERSION > 0
53-
.used_gpio_ranges = 0x0
54-
#endif
5550
};
5651

5752
static inline pio_sm_config usb_edge_detector_program_get_default_config(uint offset) {
@@ -67,7 +62,6 @@ static inline pio_sm_config usb_edge_detector_program_get_default_config(uint of
6762

6863
#define usb_edge_detector_debug_wrap_target 3
6964
#define usb_edge_detector_debug_wrap 9
70-
#define usb_edge_detector_debug_pio_version 0
7165

7266
static const uint16_t usb_edge_detector_debug_program_instructions[] = {
7367
0xc022, // 0: irq wait 2 side 0
@@ -96,10 +90,6 @@ static const struct pio_program usb_edge_detector_debug_program = {
9690
.instructions = usb_edge_detector_debug_program_instructions,
9791
.length = 17,
9892
.origin = -1,
99-
.pio_version = 0,
100-
#if PICO_PIO_VERSION > 0
101-
.used_gpio_ranges = 0x0
102-
#endif
10393
};
10494

10595
static inline pio_sm_config usb_edge_detector_debug_program_get_default_config(uint offset) {
@@ -116,7 +106,6 @@ static inline pio_sm_config usb_edge_detector_debug_program_get_default_config(u
116106

117107
#define usb_nrzi_decoder_wrap_target 0
118108
#define usb_nrzi_decoder_wrap 6
119-
#define usb_nrzi_decoder_pio_version 0
120109

121110
static const uint16_t usb_nrzi_decoder_program_instructions[] = {
122111
// .wrap_target
@@ -138,10 +127,6 @@ static const struct pio_program usb_nrzi_decoder_program = {
138127
.instructions = usb_nrzi_decoder_program_instructions,
139128
.length = 10,
140129
.origin = -1,
141-
.pio_version = 0,
142-
#if PICO_PIO_VERSION > 0
143-
.used_gpio_ranges = 0x0
144-
#endif
145130
};
146131

147132
static inline pio_sm_config usb_nrzi_decoder_program_get_default_config(uint offset) {
@@ -157,7 +142,6 @@ static inline pio_sm_config usb_nrzi_decoder_program_get_default_config(uint off
157142

158143
#define usb_nrzi_decoder_debug_wrap_target 0
159144
#define usb_nrzi_decoder_debug_wrap 6
160-
#define usb_nrzi_decoder_debug_pio_version 0
161145

162146
static const uint16_t usb_nrzi_decoder_debug_program_instructions[] = {
163147
// .wrap_target
@@ -179,10 +163,6 @@ static const struct pio_program usb_nrzi_decoder_debug_program = {
179163
.instructions = usb_nrzi_decoder_debug_program_instructions,
180164
.length = 10,
181165
.origin = -1,
182-
.pio_version = 0,
183-
#if PICO_PIO_VERSION > 0
184-
.used_gpio_ranges = 0x0
185-
#endif
186166
};
187167

188168
static inline pio_sm_config usb_nrzi_decoder_debug_program_get_default_config(uint offset) {

0 commit comments

Comments
 (0)