Skip to content

Commit dbfd464

Browse files
committed
[update] lpc55sxx/tools/sdk_dist.py
1 parent b74ec1e commit dbfd464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bsp/lpc55sxx/tools/sdk_dist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
def dist_do_building(BSP_ROOT):
99
from mkdist import bsp_copy_files
1010
import rtconfig
11-
11+
1212
dist_dir = os.path.join(BSP_ROOT, 'dist', os.path.basename(BSP_ROOT))
1313
library_path = os.path.join(os.path.dirname(BSP_ROOT), 'Libraries')
1414
library_dir = os.path.join(dist_dir, 'Libraries')

0 commit comments

Comments
 (0)