From c4c98f9ec34f7dacb857dce16a3df8b6628b822c Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Wed, 20 Nov 2024 01:35:00 +0000 Subject: [PATCH] Small comment typo --- src/rp2_common/hardware_pio/include/hardware/pio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rp2_common/hardware_pio/include/hardware/pio.h b/src/rp2_common/hardware_pio/include/hardware/pio.h index 40716dec9..264adeff7 100644 --- a/src/rp2_common/hardware_pio/include/hardware/pio.h +++ b/src/rp2_common/hardware_pio/include/hardware/pio.h @@ -1845,7 +1845,7 @@ bool pio_claim_free_sm_and_add_program(const pio_program_t *program, PIO *pio, u * must be set per PIO instance to either address the 32 GPIOs (0->31) or the 32 GPIOS (16-47). No single * PIO instance can interact with both pins 0->15 or 32->47 at the same time. * - * This method takes additional information about the GPIO pins needed (via gpi_base and gpio_count), + * This method takes additional information about the GPIO pins needed (via gpio_base and gpio_count), * and optionally will set the GPIO base (\see pio_set_gpio_base) of an unused PIO instance if necessary * * \param program PIO program to add