Fix format issues

This commit is contained in:
NU-LL 2020-07-07 10:11:08 +08:00
parent 22bc88e4aa
commit 9c055e893b
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ Import('RTT_ROOT')
Import('rtconfig')
from building import *
cwd = os.path.join(str(Dir('#')), 'applications')
cwd = os.path.join(str(Dir('#')), 'applications')
src = Glob('*.c')
CPPPATH = [cwd, str(Dir('#'))]

View File

@ -5,7 +5,7 @@
*
* Change Logs:
* Date Author Notes
* 2020-7-1 NU-LL first version
* 2020-7-1 NU-LL first version
*/
#include "board.h"

View File

@ -25,4 +25,4 @@ do not initialize { section .noinit };
place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec };
place in ROM_region { readonly };
place in RAM_region { readwrite, last block CSTACK};
place in RAM_region { readwrite, last block CSTACK};