File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/rp2_common/hardware_adc/include/hardware Expand file tree Collapse file tree 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) {
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
You can’t perform that action at this time.
0 commit comments