Skip to content

Commit 025b8d9

Browse files
committed
changed execuatable name for tests
1 parent f776631 commit 025b8d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/export/mcuxpresso/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ def build(project_name, log_name="build_log.txt", cleanup=True):
256256
tmp_folder = tempfile.mkdtemp()
257257

258258
cmd = [
259-
'eclipse',
259+
'mcuxpressoidec',
260260
'--launcher.suppressErrors',
261261
'-nosplash',
262262
'-application org.eclipse.cdt.managedbuilder.core.headlessbuild',

0 commit comments

Comments
 (0)