mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
arch/arm/src/stm32/Kconfig: Correct some typos in conditional logic.
This commit is contained in:
committed by
Gregory Nutt
parent
de05dd6e67
commit
8f285b249d
@@ -4825,7 +4825,7 @@ config STM32_TIM12_CHANNEL
|
|||||||
If TIM12 is enabled for PWM usage, you also need specifies the timer output
|
If TIM12 is enabled for PWM usage, you also need specifies the timer output
|
||||||
channel {1,2}
|
channel {1,2}
|
||||||
|
|
||||||
if STM32_TIM9_CHANNEL = 1
|
if STM32_TIM12_CHANNEL = 1
|
||||||
|
|
||||||
config STM32_TIM12_CH1OUT
|
config STM32_TIM12_CH1OUT
|
||||||
bool "TIM12 Channel 1 Output"
|
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
|
If TIM13 is enabled for PWM usage, you also need specifies the timer output
|
||||||
channel {1}
|
channel {1}
|
||||||
|
|
||||||
if STM32_TIM14_CHANNEL = 1
|
if STM32_TIM13_CHANNEL = 1
|
||||||
|
|
||||||
config STM32_TIM13_CH1OUT
|
config STM32_TIM13_CH1OUT
|
||||||
bool "TIM13 Channel 1 Output"
|
bool "TIM13 Channel 1 Output"
|
||||||
|
|||||||
Reference in New Issue
Block a user