[bsp] fix lpc54608 printf bug

This commit is contained in:
tanek liang 2017-11-29 18:31:23 +08:00
parent cdf2af5c10
commit 50de6eedf5
3 changed files with 393 additions and 2394 deletions

View File

@ -4,8 +4,10 @@ from building import *
cwd = GetCurrentDir()
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')

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff