You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by da...@apache.org on 2021/06/16 11:58:14 UTC

[incubator-nuttx] 02/03: Update drivers/analog/adc.c

This is an automated email from the ASF dual-hosted git repository.

davids5 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit d54b2126a03e0cb6c753619eb422ddeabcaf9a1a
Author: retogaeh <39...@users.noreply.github.com>
AuthorDate: Wed Jun 16 07:32:53 2021 +0200

    Update drivers/analog/adc.c
    
    Co-authored-by: Gustavo Henrique Nihei <38...@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 c956f9e..1b16f94 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;