From d54b2126a03e0cb6c753619eb422ddeabcaf9a1a Mon Sep 17 00:00:00 2001 From: retogaeh <39547296+retogaeh@users.noreply.github.com> Date: Wed, 16 Jun 2021 07:32:53 +0200 Subject: [PATCH] Update drivers/analog/adc.c Co-authored-by: Gustavo Henrique Nihei <38959758+gustavonihei@users.noreply.github.com> --- drivers/analog/adc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/analog/adc.c b/drivers/analog/adc.c index c956f9e79f2..1b16f9428f8 100644 --- a/drivers/analog/adc.c +++ b/drivers/analog/adc.c @@ -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;