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 3708588 commit 98c114aCopy full SHA for 98c114a
src/rp2_common/hardware_pio/include/hardware/pio.h
@@ -115,9 +115,9 @@ typedef pio_hw_t *PIO;
115
#define pio1 pio1_hw
116
117
#if NUM_PIOS > 2
118
-/** Identifier for the second (PIO 1) hardware PIO instance (for use in PIO functions).
+/** Identifier for the third (PIO 2) hardware PIO instance (for use in PIO functions).
119
*
120
- * e.g. pio_gpio_init(pio1, 5)
+ * e.g. pio_gpio_init(pio2, 5)
121
122
* \ingroup hardware_pio
123
*/
0 commit comments