boards/arm/stm32/stm32butterfly2/src/stm32_boot.c: Appease nxstyle
This commit is contained in:
parent
cefa1b28e1
commit
318b3ce8eb
|
@ -1,4 +1,4 @@
|
|||
/*****************************************************************************
|
||||
/****************************************************************************
|
||||
* boards/arm/stm32/stm32butterfly2/src/boot.c
|
||||
*
|
||||
* Copyright (C) 2016 Michał Łyszczek. All rights reserved.
|
||||
|
@ -32,7 +32,7 @@
|
|||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
****************************************************************************/
|
||||
|
||||
/*****************************************************************************
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
****************************************************************************/
|
||||
|
||||
|
@ -42,11 +42,11 @@
|
|||
|
||||
#include "stm32_butterfly2.h"
|
||||
|
||||
/*****************************************************************************
|
||||
/****************************************************************************
|
||||
* Public Functions
|
||||
****************************************************************************/
|
||||
|
||||
/*****************************************************************************
|
||||
/****************************************************************************
|
||||
* Name: stm32_boardinitialize
|
||||
*
|
||||
* Description:
|
||||
|
@ -60,7 +60,7 @@ void stm32_boardinitialize(void)
|
|||
stm32_usb_initialize();
|
||||
}
|
||||
|
||||
/*****************************************************************************
|
||||
/****************************************************************************
|
||||
* Name: board_app_initialize
|
||||
*
|
||||
* Description:
|
||||
|
|
Loading…
Reference in New Issue