Fix small typo in rp2040_adc.c
This commit is contained in:
parent
fd20684a7b
commit
d6ab368f32
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue