From 8dd15635578f7e25e32b8a5f744dc0111d3baa7c Mon Sep 17 00:00:00 2001 From: Hugh Nixon Date: Sun, 27 Oct 2024 23:49:43 +0000 Subject: [PATCH] Updated hardware/pio.h to correct the comment for the third (PIO 2) hardware PIO instance --- src/rp2_common/hardware_pio/include/hardware/pio.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rp2_common/hardware_pio/include/hardware/pio.h b/src/rp2_common/hardware_pio/include/hardware/pio.h index 2adab14da..5d51237b1 100644 --- a/src/rp2_common/hardware_pio/include/hardware/pio.h +++ b/src/rp2_common/hardware_pio/include/hardware/pio.h @@ -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 */