Skip to content

Commit 9c055e8

Browse files
committed
Fix format issues
1 parent 22bc88e commit 9c055e8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bsp/stm32/stm32g070-st-nucleo/applications/SConscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Import('RTT_ROOT')
22
Import('rtconfig')
33
from building import *
44

5-
cwd = os.path.join(str(Dir('#')), 'applications')
5+
cwd = os.path.join(str(Dir('#')), 'applications')
66
src = Glob('*.c')
77
CPPPATH = [cwd, str(Dir('#'))]
88

bsp/stm32/stm32g070-st-nucleo/board/board.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Change Logs:
77
* Date Author Notes
8-
* 2020-7-1 NU-LL first version
8+
* 2020-7-1 NU-LL first version
99
*/
1010

1111
#include "board.h"

bsp/stm32/stm32g070-st-nucleo/board/linker_scripts/link.icf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ do not initialize { section .noinit };
2525
place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec };
2626

2727
place in ROM_region { readonly };
28-
place in RAM_region { readwrite, last block CSTACK};
28+
place in RAM_region { readwrite, last block CSTACK};

0 commit comments

Comments
 (0)