mirror of
https://github.com/apache/nuttx.git
synced 2026-05-24 16:11:56 +08:00
Fix small typo in rp2040_adc.c
This commit is contained in:
committed by
Xiang Xiao
parent
fd20684a7b
commit
d6ab368f32
@@ -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 */
|
||||
#endif /* if CONFIG_RP2040_ADC */
|
||||
|
||||
Reference in New Issue
Block a user