mirror of
https://github.com/apache/nuttx.git
synced 2026-08-11 07:25:13 +00:00
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
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue