mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-22 19:44:24 +08:00
update lpc1788 bsp
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1784 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user