Skip to content

Commit b3ecf82

Browse files
committed
whitespace
1 parent 899e7cc commit b3ecf82

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

hw/bsp/mm32/boards/mm32f327x_bluepillplus/flash.ld

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*
1+
/*
22
* The MIT License (MIT)
33
*
44
* Copyright (c) 2020 MM32 SE TEAM
@@ -110,7 +110,7 @@ SECTIONS
110110
_sidata = LOADADDR(.data);
111111

112112
/* Initialized data sections goes into RAM, load LMA copy after code */
113-
.data :
113+
.data :
114114
{
115115
. = ALIGN(4);
116116
_sdata = .; /* create a global symbol at data start */
@@ -121,7 +121,7 @@ SECTIONS
121121
_edata = .; /* define a global symbol at data end */
122122
} >RAM AT> FLASH
123123

124-
124+
125125
/* Uninitialized data section */
126126
. = ALIGN(4);
127127
.bss :
@@ -149,7 +149,7 @@ SECTIONS
149149
. = ALIGN(8);
150150
} >RAM
151151

152-
152+
153153

154154
/* Remove information from the standard libraries */
155155
/DISCARD/ :

hw/bsp/mm32/boards/mm32f327x_bluepillplus/mm32f327x_bluepillplus.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*
1+
/*
22
* The MIT License (MIT)
33
*
44
* Copyright (c) 2020 MM32 SE TEAM
@@ -59,7 +59,7 @@ const int baudrate = 115200;
5959

6060
void board_init (void)
6161
{
62-
// usb clock
62+
// usb clock
6363
USB_DeviceClockInit();
6464

6565
if ( SysTick_Config(SystemCoreClock / 1000) )

hw/bsp/mm32/boards/mm32f327x_pitaya_lite/flash.ld

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*
1+
/*
22
* The MIT License (MIT)
33
*
44
* Copyright (c) 2020 MM32 SE TEAM
@@ -110,7 +110,7 @@ SECTIONS
110110
_sidata = LOADADDR(.data);
111111

112112
/* Initialized data sections goes into RAM, load LMA copy after code */
113-
.data :
113+
.data :
114114
{
115115
. = ALIGN(4);
116116
_sdata = .; /* create a global symbol at data start */
@@ -121,7 +121,7 @@ SECTIONS
121121
_edata = .; /* define a global symbol at data end */
122122
} >RAM AT> FLASH
123123

124-
124+
125125
/* Uninitialized data section */
126126
. = ALIGN(4);
127127
.bss :
@@ -149,7 +149,7 @@ SECTIONS
149149
. = ALIGN(8);
150150
} >RAM
151151

152-
152+
153153

154154
/* Remove information from the standard libraries */
155155
/DISCARD/ :

hw/bsp/mm32/boards/mm32f327x_pitaya_lite/mm32f327x_pitaya_lite.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*
1+
/*
22
* The MIT License (MIT)
33
*
44
* Copyright (c) 2020 MM32 SE TEAM

0 commit comments

Comments
 (0)