From 318b3ce8eb17b14a7b1f35e00e9107bd31314633 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Fri, 20 Nov 2020 16:12:55 +0900 Subject: [PATCH] boards/arm/stm32/stm32butterfly2/src/stm32_boot.c: Appease nxstyle --- boards/arm/stm32/stm32butterfly2/src/stm32_boot.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/boards/arm/stm32/stm32butterfly2/src/stm32_boot.c b/boards/arm/stm32/stm32butterfly2/src/stm32_boot.c index a7d90d43ec..f6ba10c3dc 100644 --- a/boards/arm/stm32/stm32butterfly2/src/stm32_boot.c +++ b/boards/arm/stm32/stm32butterfly2/src/stm32_boot.c @@ -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: