Skip to content

Commit f48b798

Browse files
committed
fix scons --menuconfig
scons: Reading SConscript files ... Cannot found RT-Thread root directory, please check RTT_ROOT
1 parent 8c8f75a commit f48b798

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bsp/stm32/stm32h723-st-nucleo/SConscript

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# for module compiling
22
import os
3+
Import('RTT_ROOT')
34
Import('env')
45
from building import *
56

0 commit comments

Comments
 (0)