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 efa800b commit a9fe6e0Copy full SHA for a9fe6e0
src/rp2_common/hardware_pio/include/hardware/pio.h
@@ -214,6 +214,7 @@ static_assert(DREQ_PIO0_TX1 == DREQ_PIO0_TX0 + 1, "");
214
static_assert(DREQ_PIO0_TX2 == DREQ_PIO0_TX0 + 2, "");
215
static_assert(DREQ_PIO0_TX3 == DREQ_PIO0_TX0 + 3, "");
216
static_assert(DREQ_PIO0_RX0 == DREQ_PIO0_TX0 + NUM_PIO_STATE_MACHINES, "");
217
+static_assert(DREQ_PIO1_TX0 == DREQ_PIO0_RX0 + NUM_PIO_STATE_MACHINES, "");
218
static_assert(DREQ_PIO1_RX0 == DREQ_PIO1_TX0 + NUM_PIO_STATE_MACHINES, "");
219
#if NUM_PIOS > 2
220
static_assert(DREQ_PIO2_TX0 == DREQ_PIO1_RX0 + NUM_PIO_STATE_MACHINES, "");
0 commit comments