Skip to content

Commit 2a4dbd9

Browse files
authored
Small comment typo (#2064)
1 parent c4b55f6 commit 2a4dbd9

File tree

1 file changed

+1
-1
lines changed
  • src/rp2_common/hardware_pio/include/hardware

1 file changed

+1
-1
lines changed

src/rp2_common/hardware_pio/include/hardware/pio.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1845,7 +1845,7 @@ bool pio_claim_free_sm_and_add_program(const pio_program_t *program, PIO *pio, u
18451845
* must be set per PIO instance to either address the 32 GPIOs (0->31) or the 32 GPIOS (16-47). No single
18461846
* PIO instance can interact with both pins 0->15 or 32->47 at the same time.
18471847
*
1848-
* This method takes additional information about the GPIO pins needed (via gpi_base and gpio_count),
1848+
* This method takes additional information about the GPIO pins needed (via gpio_base and gpio_count),
18491849
* and optionally will set the GPIO base (\see pio_set_gpio_base) of an unused PIO instance if necessary
18501850
*
18511851
* \param program PIO program to add

0 commit comments

Comments
 (0)