Fix comments.

This commit is contained in:
Daniel P. Carvalho 2021-07-07 16:54:40 -03:00 committed by Alan Carvalho de Assis
parent 59b2ed4210
commit ea701a84f2

View File

@ -39,9 +39,10 @@
#include "stm32_gpio.h" #include "stm32_gpio.h"
/* This file is only a thin shell that includes the correct COMP /* This file is only a thin shell that includes the correct COMP
* implementation. At this moment only STM32 COMP IP version 1 device is * implementation. At this moment STM32 COMP IP versions 1 and 2 are
* suportted. * supported.
* - STM32 COMP IP version 1: SMT32F33XX * - STM32 COMP IP version 1: SMT32F33XX
* - STM32 COMP IP version 2: SMT32G4XXX
*/ */
#if defined(CONFIG_STM32_HAVE_IP_COMP_V1) #if defined(CONFIG_STM32_HAVE_IP_COMP_V1)