mirror of
https://github.com/apache/nuttx.git
synced 2026-08-14 00:43:13 +00:00
stm32_comp.c: typo
This commit is contained in:
parent
a9bc424bcd
commit
f3367233b6
1 changed files with 1 additions and 1 deletions
|
|
@ -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) || \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue