Skip to content

Commit

Permalink
Updated hardware/pio.h to correct the comment for the third (PIO 2) h…
Browse files Browse the repository at this point in the history
…ardware PIO instance (#2004)
  • Loading branch information
thehugh100 authored Nov 4, 2024
1 parent 3708588 commit 98c114a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rp2_common/hardware_pio/include/hardware/pio.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ typedef pio_hw_t *PIO;
#define pio1 pio1_hw

#if NUM_PIOS > 2
/** 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).
*
* e.g. pio_gpio_init(pio1, 5)
* e.g. pio_gpio_init(pio2, 5)
*
* \ingroup hardware_pio
*/
Expand Down

0 comments on commit 98c114a

Please sign in to comment.