Explorar o código

remove mdk import.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1137 bbd45198-f89e-11dd-88c7-29a3b14d5316
bernard.xiong %!s(int64=14) %!d(string=hai) anos
pai
achega
a7bf529851
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/module/SConstruct

+ 1 - 1
examples/module/SConstruct

@@ -4,7 +4,7 @@ import rtconfig
 
 RTT_ROOT = os.path.normpath(os.getcwd() + '/../..')
 sys.path = sys.path + [os.path.join(RTT_ROOT, 'tools')]
-import mdk
+import building
 
 target = RTT_ROOT + '/bsp/mini2440/rtthread-mini2440'
 projects = []