update lpc1788 bsp

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1784 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
wuyangyong
2011-11-05 10:25:23 +00:00
parent f344f00278
commit d246a71b91
13 changed files with 1341 additions and 127 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ if GetDepend('RT_USING_LWIP') == False:
src_tmp = copy.copy(src)
count = 0
for i in range(0, len(src_tmp)):
s = str(src_tmp[i])
s = os.path.basename(str(src_tmp[i]))
if s in src_need_remove:
src.pop(i-count)
count = count + 1