提交 50de6eed 编写于 作者: T tanek liang

[bsp] fix lpc54608 printf bug

上级 cdf2af5c
...@@ -4,8 +4,10 @@ from building import * ...@@ -4,8 +4,10 @@ from building import *
cwd = GetCurrentDir() cwd = GetCurrentDir()
CPPPATH = [cwd] CPPPATH = [cwd]
src = Glob('*.c') src = []
group = DefineGroup('Libraries', src, depend = [''], CPPPATH = CPPPATH) CPPDEFINES = ['SDK_DEBUGCONSOLE=0']
group = DefineGroup('Libraries', src, depend = [''], CPPPATH = CPPPATH, CPPDEFINES=CPPDEFINES)
Return('group') Return('group')
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册