arch/arm/src/gd32f4/Kconfig: Fix texts GD32F4_TIMER0_CH3O
correct GD32F4_TIMER0_CHANNEL2 -> GD32F4_TIMER0_CHANNEL3 fix texts Remove spaces from Kconfig files
This commit is contained in:
parent
416cd2da35
commit
fe8289bbc0
@ -895,11 +895,11 @@ config GD32F4_TIMER0_CH3MODE
|
||||
which drives CH3_O and CH3_ON.
|
||||
|
||||
config GD32F4_TIMER0_CH3O
|
||||
bool "TIMER0 Channel 2 Output"
|
||||
bool "TIMER0 Channel 3 Output"
|
||||
default n
|
||||
depends on GD32F4_TIMER0_CHANNEL2
|
||||
depends on GD32F4_TIMER0_CHANNEL3
|
||||
---help---
|
||||
Enables channel 2 output.
|
||||
Enables channel 3 output.
|
||||
|
||||
config GD32F4_TIMER0_CH3ON
|
||||
bool "TIMER0 Channel 3 Complementary Output"
|
||||
@ -2089,7 +2089,7 @@ menu "RTC Configuration"
|
||||
config GD32F4_RTC_MAGIC_REG
|
||||
int "BKP register"
|
||||
default 0
|
||||
range 0 19
|
||||
range 0 19
|
||||
depends on !GD32F4_HAVE_RTC_COUNTER
|
||||
---help---
|
||||
The BKP register used to store/check the Magic value to determine if
|
||||
|
Loading…
Reference in New Issue
Block a user