configs/b-l475e-iot01a/src: Fix copy paste errors in names: stm32_bringup->stm32l4_bringup. Noted by Freemans Goden.
This commit is contained in:
parent
ab5ebc5498
commit
820a6c4e39
@ -142,7 +142,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Name: stm32_bringup
|
||||
* Name: stm32l4_bringup
|
||||
*
|
||||
* Description:
|
||||
* Called either by board_intialize() if CONFIG_BOARD_INITIALIZE or by
|
||||
|
@ -98,6 +98,6 @@ void board_initialize(void)
|
||||
{
|
||||
/* Perform board initialization */
|
||||
|
||||
(void)stm32_bringup();
|
||||
(void)stm32l4_bringup();
|
||||
}
|
||||
#endif /* CONFIG_BOARD_INITIALIZE */
|
||||
|
Loading…
Reference in New Issue
Block a user