stm32_comp.c: cosmetic
This commit is contained in:
parent
645a11ce65
commit
6594c65a77
@ -52,8 +52,6 @@
|
||||
#include "stm32_gpio.h"
|
||||
#include "stm32_comp.h"
|
||||
|
||||
#ifdef CONFIG_STM32_COMP
|
||||
|
||||
/* Some COMP peripheral must be enabled */
|
||||
/* Up to 7 comparators in STM32F2 Series */
|
||||
|
||||
@ -195,7 +193,7 @@ static int stm32_compconfig(FAR struct stm32_comp_s *priv);
|
||||
static int stm32_compenable(FAR struct stm32_comp_s *priv, bool enable);
|
||||
|
||||
/****************************************************************************
|
||||
* Private Types
|
||||
* Private Data
|
||||
****************************************************************************/
|
||||
|
||||
static const struct comp_ops_s g_compops =
|
||||
@ -1036,5 +1034,3 @@ FAR struct comp_dev_s* stm32_compinitialize(int intf)
|
||||
|
||||
#endif /* CONFIG_STM32_COMP2 || CONFIG_STM32_COMP4 ||
|
||||
* CONFIG_STM32_COMP6 */
|
||||
|
||||
#endif /* CONFIG_STM32_COMP */
|
||||
|
Loading…
Reference in New Issue
Block a user