提交 9c055e89 编写于 作者: csdn_JZ_'s avatar csdn_JZ_

Fix format issues

上级 22bc88e4
......@@ -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('#'))]
......
......@@ -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"
......
......@@ -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};
\ No newline at end of file
place in RAM_region { readwrite, last block CSTACK};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册