Skip to content

Commit 3cf4d02

Browse files
committed
[Eclipse] pyocd settings renamed
1 parent a8213e7 commit 3cf4d02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/export/cdt/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ def generate(self):
2626
makedirs(join(self.export_dir,'eclipse-extras'))
2727

2828

29-
self.gen_file('cdt/py_ocd_settings.tmpl', ctx,
30-
join('eclipse-extras',self.target+'_py_ocd_settings.launch'))
29+
self.gen_file('cdt/pyocd_settings.tmpl', ctx,
30+
join('eclipse-extras',self.target+'_pyocd_settings.launch'))
3131
self.gen_file('cdt/necessary_software.tmpl', ctx,
3232
join('eclipse-extras','necessary_software.p2f'))
3333

0 commit comments

Comments
 (0)