mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2026-03-14 21:19:43 +01:00
Fix RP02040 typos (#2168)
This commit is contained in:
parent
e7a0e61165
commit
7bd430d7d6
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue