mirror of
https://github.com/apache/nuttx.git
synced 2026-09-20 21:06:58 +08:00
Update drivers/analog/adc.c
Co-authored-by: Gustavo Henrique Nihei <38959758+gustavonihei@users.noreply.github.com>
This commit is contained in:
committed by
David Sidrane
co-authored by
Gustavo Henrique Nihei
parent
b9fba3edae
commit
d54b2126a0
@@ -446,7 +446,7 @@ static int adc_reset(FAR struct adc_dev_s *dev)
|
||||
dev->ad_isovr = true;
|
||||
|
||||
/* No need to notify here. The adc_receive callback will be called next.
|
||||
* If an adc overrun occurs then there must be at least one conversion.
|
||||
* If an ADC overrun occurs then there must be at least one conversion.
|
||||
*/
|
||||
|
||||
return OK;
|
||||
|
||||
Reference in New Issue
Block a user