From e268b2a5b9f49189c4f1561c9c109b4024bff733 Mon Sep 17 00:00:00 2001 From: Alan Carvalho de Assis Date: Mon, 9 Sep 2024 15:46:05 -0300 Subject: [PATCH] Fix small typo in rp2040_adc.c --- arch/arm/src/rp2040/rp2040_adc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/src/rp2040/rp2040_adc.c b/arch/arm/src/rp2040/rp2040_adc.c index 8f8b2e1efd..4dd18087a0 100644 --- a/arch/arm/src/rp2040/rp2040_adc.c +++ b/arch/arm/src/rp2040/rp2040_adc.c @@ -40,7 +40,7 @@ * * ------------- * - * This lower-half supports multiple drivers (/dev/adc0, /dav/dca1, etc.) + * This lower-half supports multiple drivers (/dev/adc0, /dev/adc1, etc.) * that each may read data from any of the ADC ports. The driver reads * whichever ADC ports are needed by ANY of ther drivers in strict * round-robin fashion, passing the converted values to the drivers that @@ -649,4 +649,4 @@ int rp2040_adc_setup(const char *path, } #endif /* if CONFIG_ADC */ -#endif /* if CONFIG_RP2040_ADC */ \ No newline at end of file +#endif /* if CONFIG_RP2040_ADC */