File tree 1 file changed +2
-2
lines changed
src/rp2_common/hardware_adc/include/hardware
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ static inline void adc_gpio_init(uint gpio) {
106
106
*
107
107
* Select an ADC input
108
108
* \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.
110
110
* \endif
111
111
* \if rp2350_specific
112
112
* 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) {
126
126
* \return The currently selected input channel.
127
127
*
128
128
* \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.
130
130
* \endif
131
131
*
132
132
* \if rp2350_specific
You can’t perform that action at this time.
0 commit comments