Skip to content

Commit 7bd430d

Browse files
authored
Fix RP02040 typos (#2168)
1 parent e7a0e61 commit 7bd430d

File tree

1 file changed

+2
-2
lines changed
  • src/rp2_common/hardware_adc/include/hardware

1 file changed

+2
-2
lines changed

src/rp2_common/hardware_adc/include/hardware/adc.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ static inline void adc_gpio_init(uint gpio) {
106106
*
107107
* Select an ADC input
108108
* \if rp2040_specific
109-
* On RP02040 0...3 are GPIOs 26...29 respectively. Input 4 is the onboard temperature sensor.
109+
* On RP2040 0...3 are GPIOs 26...29 respectively. Input 4 is the onboard temperature sensor.
110110
* \endif
111111
* \if rp2350_specific
112112
* On RP2350A 0...3 are GPIOs 26...29 respectively. Input 4 is the onboard temperature sensor.
@@ -126,7 +126,7 @@ static inline void adc_select_input(uint input) {
126126
* \return The currently selected input channel.
127127
*
128128
* \if rp2040_specific
129-
* On RP02040 0...3 are GPIOs 26...29 respectively. Input 4 is the onboard temperature sensor.
129+
* On RP2040 0...3 are GPIOs 26...29 respectively. Input 4 is the onboard temperature sensor.
130130
* \endif
131131
*
132132
* \if rp2350_specific

0 commit comments

Comments
 (0)