Skip to content

Commit

Permalink
boards/arm/stm32/stm32butterfly2/src/stm32_boot.c: Appease nxstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt authored and xiaoxiang781216 committed Nov 21, 2020
1 parent cefa1b2 commit 318b3ce
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions boards/arm/stm32/stm32butterfly2/src/stm32_boot.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*****************************************************************************
/****************************************************************************
* boards/arm/stm32/stm32butterfly2/src/boot.c
*
* Copyright (C) 2016 Michał Łyszczek. All rights reserved.
Expand Down Expand Up @@ -32,7 +32,7 @@
* POSSIBILITY OF SUCH DAMAGE.
****************************************************************************/

/*****************************************************************************
/****************************************************************************
* Included Files
****************************************************************************/

Expand All @@ -42,11 +42,11 @@

#include "stm32_butterfly2.h"

/*****************************************************************************
/****************************************************************************
* Public Functions
****************************************************************************/

/*****************************************************************************
/****************************************************************************
* Name: stm32_boardinitialize
*
* Description:
Expand All @@ -60,7 +60,7 @@ void stm32_boardinitialize(void)
stm32_usb_initialize();
}

/*****************************************************************************
/****************************************************************************
* Name: board_app_initialize
*
* Description:
Expand Down

0 comments on commit 318b3ce

Please sign in to comment.