configs/b-l475e-iot01a/src: Fix copy paste errors in names: stm32_bringup->stm32l4_bringup. Noted by Freemans Goden.

This commit is contained in:
Gregory Nutt 2018-09-04 06:54:58 -06:00
parent ab5ebc5498
commit 820a6c4e39
2 changed files with 2 additions and 2 deletions

View File

@ -142,7 +142,7 @@
****************************************************************************/
/****************************************************************************
* Name: stm32_bringup
* Name: stm32l4_bringup
*
* Description:
* Called either by board_intialize() if CONFIG_BOARD_INITIALIZE or by

View File

@ -98,6 +98,6 @@ void board_initialize(void)
{
/* Perform board initialization */
(void)stm32_bringup();
(void)stm32l4_bringup();
}
#endif /* CONFIG_BOARD_INITIALIZE */