فهرست منبع

Merge pull request #3788 from wangyq2018/es8p508x

bugfixed on SConscript
Bernard Xiong 4 سال پیش
والد
کامیت
505984faed
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      bsp/essemi/es8p508x/SConscript

+ 2 - 1
bsp/essemi/es8p508x/SConscript

@@ -1,8 +1,9 @@
 # RT-Thread SConscript bridge
 import os
+from building import *
 
 objs = []
-cwd  = GetCurrentDir()
+cwd = GetCurrentDir()
 list = os.listdir(cwd)
 
 for d in list: