Procházet zdrojové kódy

bugfixed on SConscript

wangyq2018 před 5 roky
rodič
revize
bc830faf54
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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: