Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/rp2_common/hardware_adc/include/hardware/adc.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ static inline void adc_gpio_init(uint gpio) {
*
* Select an ADC input
* \if rp2040_specific
* On RP02040 0...3 are GPIOs 26...29 respectively. Input 4 is the onboard temperature sensor.
* On RP2040 0...3 are GPIOs 26...29 respectively. Input 4 is the onboard temperature sensor.
* \endif
* \if rp2350_specific
* On RP2350A 0...3 are GPIOs 26...29 respectively. Input 4 is the onboard temperature sensor.
Expand All @@ -126,7 +126,7 @@ static inline void adc_select_input(uint input) {
* \return The currently selected input channel.
*
* \if rp2040_specific
* On RP02040 0...3 are GPIOs 26...29 respectively. Input 4 is the onboard temperature sensor.
* On RP2040 0...3 are GPIOs 26...29 respectively. Input 4 is the onboard temperature sensor.
* \endif
*
* \if rp2350_specific
Expand Down
Loading