mirror of
https://github.com/apache/nuttx.git
synced 2026-08-20 23:49:05 +08:00
arch/arm/src: Fix Kconfig style
Remove spaces from Kconfig files
This commit is contained in:
@@ -1744,7 +1744,7 @@ menu "RTC Configuration"
|
||||
config STM32H7_RTC_MAGIC_REG
|
||||
int "BKP register"
|
||||
default 0
|
||||
range 0 31
|
||||
range 0 31
|
||||
---help---
|
||||
The BKP register used to store/check the Magic value to determine if
|
||||
RTC is already setup
|
||||
|
||||
@@ -1864,7 +1864,7 @@ menu "RTC Configuration"
|
||||
config STM32L4_RTC_MAGIC_REG
|
||||
int "BKP register"
|
||||
default 0
|
||||
range 0 31
|
||||
range 0 31
|
||||
---help---
|
||||
The BKP register used to store/check the Magic value to determine if
|
||||
RTC is already setup
|
||||
|
||||
@@ -393,7 +393,7 @@ menu "RTC Configuration"
|
||||
config STM32L5_RTC_MAGIC_REG
|
||||
int "BKP register"
|
||||
default 0
|
||||
range 0 31
|
||||
range 0 31
|
||||
---help---
|
||||
The BKP register used to store/check the Magic value to determine if
|
||||
RTC is already setup
|
||||
|
||||
@@ -625,7 +625,7 @@ menu "RTC Configuration"
|
||||
config STM32U5_RTC_MAGIC_REG
|
||||
int "BKP register"
|
||||
default 0
|
||||
range 0 31
|
||||
range 0 31
|
||||
---help---
|
||||
The BKP register used to store/check the Magic value to determine if
|
||||
RTC is already setup
|
||||
|
||||
@@ -650,7 +650,7 @@ menu "RTC Configuration"
|
||||
config STM32WB_RTC_MAGIC_REG
|
||||
int "BKP register"
|
||||
default 0
|
||||
range 0 31
|
||||
range 0 31
|
||||
---help---
|
||||
The BKP register used to store/check the Magic value to determine if
|
||||
RTC is already setup
|
||||
|
||||
Reference in New Issue
Block a user