[stm32l475pandora] format Kconfig

This commit is contained in:
Meco Man 2024-05-05 21:29:20 -04:00
parent 68e92985c7
commit a7a8c59ea9
1 changed files with 3 additions and 3 deletions

View File

@ -18,12 +18,12 @@ config PKGS_DIR
config SOC_STM32L475VE
bool
select SOC_SERIES_STM32L4
select RT_USING_COMPONENTS_INIT
select RT_USING_USER_MAIN
default y
config BOARD_STM32L475_ATK_PANDORA
bool
select SOC_STM32L475VE
select RT_USING_COMPONENTS_INIT
select RT_USING_USER_MAIN
default y
source "$RTT_DIR/Kconfig"