You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ac...@apache.org on 2021/07/08 00:35:11 UTC

[incubator-nuttx] 03/04: Fix comments.

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

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

commit ea701a84f29df9a92bd761c6a798f3598feee108
Author: Daniel P. Carvalho <da...@gmail.com>
AuthorDate: Wed Jul 7 16:54:40 2021 -0300

    Fix comments.
---
 arch/arm/src/stm32/stm32_comp.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/arch/arm/src/stm32/stm32_comp.c b/arch/arm/src/stm32/stm32_comp.c
index b34545f..6988630 100644
--- a/arch/arm/src/stm32/stm32_comp.c
+++ b/arch/arm/src/stm32/stm32_comp.c
@@ -39,9 +39,10 @@
 #include "stm32_gpio.h"
 
 /* This file is only a thin shell that includes the correct COMP
- * implementation. At this moment only STM32 COMP IP version 1 device is
- * suportted.
+ * implementation. At this moment STM32 COMP IP versions 1 and 2 are
+ * supported.
  *   - STM32 COMP IP version 1: SMT32F33XX
+ *   - STM32 COMP IP version 2: SMT32G4XXX
  */
 
 #if defined(CONFIG_STM32_HAVE_IP_COMP_V1)