We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dee4879 commit 3de81d3Copy full SHA for 3de81d3
ports/raspberrypi/common-hal/rp2pio/StateMachine.h
@@ -51,7 +51,9 @@ typedef struct {
51
sm_buf_info current, once, loop;
52
int background_stride_in_bytes;
53
bool dma_completed, byteswap;
54
+ #if PICO_PIO_VERSION > 0
55
memorymap_addressrange_obj_t rxfifo_obj;
56
+ #endif
57
} rp2pio_statemachine_obj_t;
58
59
void reset_rp2pio_statemachine(void);
0 commit comments