stm32_comp.c: typo

This commit is contained in:
raiden00pl 2017-03-26 09:36:53 +02:00
parent a9bc424bcd
commit f3367233b6

View File

@ -53,7 +53,7 @@
#include "stm32_comp.h"
/* Some COMP peripheral must be enabled */
/* Up to 7 comparators in STM32F2 Series */
/* Up to 7 comparators in STM32F3 Series */
#if defined(CONFIG_STM32_COMP1) || defined(CONFIG_STM32_COMP2) || \
defined(CONFIG_STM32_COMP3) || defined(CONFIG_STM32_COMP4) || \