We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4064a4c commit 26988a3Copy full SHA for 26988a3
bsp/essemi/es8p508x/SConscript
@@ -1,9 +1,8 @@
1
-# for module compiling
+# RT-Thread SConscript bridge
2
import os
3
-Import('RTT_ROOT')
4
5
objs = []
6
-cwd = str(Dir('#'))
+cwd = GetCurrentDir()
7
list = os.listdir(cwd)
8
9
for d in list:
0 commit comments