From 60a613ac314ce021f162d97c83f60792e75ddc8f Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Tue, 7 Jan 2025 14:35:41 +0000 Subject: [PATCH] Fix RP02040 typos --- src/rp2_common/hardware_adc/include/hardware/adc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rp2_common/hardware_adc/include/hardware/adc.h b/src/rp2_common/hardware_adc/include/hardware/adc.h index 40bdb3260..c5d3fced7 100644 --- a/src/rp2_common/hardware_adc/include/hardware/adc.h +++ b/src/rp2_common/hardware_adc/include/hardware/adc.h @@ -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