Skip to content

Commit 0266ebc

Browse files
committed
[BSP] Update xplorer4330 bsp.
1 parent f6b49e7 commit 0266ebc

File tree

6 files changed

+2524
-124
lines changed

6 files changed

+2524
-124
lines changed

bsp/xplorer4330/M0/SConstruct

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import rtconfig
55
if os.getenv('RTT_ROOT'):
66
RTT_ROOT = os.getenv('RTT_ROOT')
77
else:
8-
RTT_ROOT = os.path.join(Dir('#').get_abspath(), '..', '..', 'rt-thread')
8+
RTT_ROOT = os.path.join(Dir('#').get_abspath(), '..', '..', '..')
99

1010
sys.path = sys.path + [os.path.join(RTT_ROOT, 'tools')]
1111
from building import *

0 commit comments

Comments
 (0)