Fix small typo in rp2040_adc.c

This commit is contained in:
Alan Carvalho de Assis 2024-09-09 15:46:05 -03:00 committed by Xiang Xiao
parent 01e76ddcd9
commit e268b2a5b9

View file

@ -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