From 8f285b249da57287037a07d2249775b6fd97015a Mon Sep 17 00:00:00 2001 From: Maximilian Kriegleder Date: Tue, 21 May 2019 10:15:30 -0600 Subject: [PATCH] arch/arm/src/stm32/Kconfig: Correct some typos in conditional logic. --- arch/arm/src/stm32/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/src/stm32/Kconfig b/arch/arm/src/stm32/Kconfig index 17e65fc8e1b..5cd641d76d1 100644 --- a/arch/arm/src/stm32/Kconfig +++ b/arch/arm/src/stm32/Kconfig @@ -4825,7 +4825,7 @@ config STM32_TIM12_CHANNEL If TIM12 is enabled for PWM usage, you also need specifies the timer output channel {1,2} -if STM32_TIM9_CHANNEL = 1 +if STM32_TIM12_CHANNEL = 1 config STM32_TIM12_CH1OUT bool "TIM12 Channel 1 Output" @@ -4911,7 +4911,7 @@ config STM32_TIM13_CHANNEL If TIM13 is enabled for PWM usage, you also need specifies the timer output channel {1} -if STM32_TIM14_CHANNEL = 1 +if STM32_TIM13_CHANNEL = 1 config STM32_TIM13_CH1OUT bool "TIM13 Channel 1 Output"