File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
bsp/stm32/stm32g070-st-nucleo Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Import('RTT_ROOT')
22Import ('rtconfig' )
33from building import *
44
5- cwd = os .path .join (str (Dir ('#' )), 'applications' )
5+ cwd = os .path .join (str (Dir ('#' )), 'applications' )
66src = Glob ('*.c' )
77CPPPATH = [cwd , str (Dir ('#' ))]
88
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change @@ -25,4 +25,4 @@ do not initialize { section .noinit };
2525place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec };
2626
2727place in ROM_region { readonly };
28- place in RAM_region { readwrite, last block CSTACK};
28+ place in RAM_region { readwrite, last block CSTACK};
You can’t perform that action at this time.
0 commit comments