Skip to content

Commit 9f66969

Browse files
committed
[update] add new line
1 parent 36755af commit 9f66969

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bsp/stm32/stm32f767-atk-apollo/rtconfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,4 @@ def dist_handle(BSP_ROOT):
147147
cwd_path = os.getcwd()
148148
sys.path.append(os.path.join(os.path.dirname(BSP_ROOT), 'tools'))
149149
from sdk_dist import dist_do_building
150-
dist_do_building(BSP_ROOT)
150+
dist_do_building(BSP_ROOT)

bsp/stm32/stm32f767-fire-challenger/rtconfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,4 @@ def dist_handle(BSP_ROOT):
147147
cwd_path = os.getcwd()
148148
sys.path.append(os.path.join(os.path.dirname(BSP_ROOT), 'tools'))
149149
from sdk_dist import dist_do_building
150-
dist_do_building(BSP_ROOT)
150+
dist_do_building(BSP_ROOT)

0 commit comments

Comments
 (0)