mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/nucleo-l152re: Fix Kconfig board name
Kconfig board name for the nucleo-l152re contained a "0" (zero) instead of the capital letter "O". All faulty occurrences were replaced.
This commit is contained in:
parent
1e1b213439
commit
ac1250786a
@ -11,7 +11,7 @@ config BOARD_COMMON_NUCLEO64
|
||||
|
||||
# Clock configuration
|
||||
select BOARD_HAS_HSE if !CPU_FAM_G0 && !CPU_FAM_L0 && !CPU_FAM_L1 && !CPU_FAM_L4
|
||||
select BOARD_HAS_LSE if !BOARD_NUCLE0_L152RE
|
||||
select BOARD_HAS_LSE if !BOARD_NUCLEO_L152RE
|
||||
|
||||
source "$(RIOTBOARD)/common/nucleo/Kconfig"
|
||||
source "$(RIOTBOARD)/common/stm32/Kconfig"
|
||||
|
@ -6,9 +6,9 @@
|
||||
#
|
||||
|
||||
config BOARD
|
||||
default "nucleo-l152re" if BOARD_NUCLE0_L152RE
|
||||
default "nucleo-l152re" if BOARD_NUCLEO_L152RE
|
||||
|
||||
config BOARD_NUCLE0_L152RE
|
||||
config BOARD_NUCLEO_L152RE
|
||||
bool
|
||||
default y
|
||||
select BOARD_COMMON_NUCLEO64
|
||||
|
Loading…
Reference in New Issue
Block a user