We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43f2124 commit c008480Copy full SHA for c008480
tools/xmc-flasher.py
@@ -224,7 +224,7 @@ def get_default_port(port):
224
if port_sn[1] != None:
225
real_port = port_sn[0]
226
print(f"Device found on port: {real_port}, not on the selected port: {port}.")
227
- print(f"Please select correct port!")
+ print(f"Automatically selecting port {real_port}...")
228
return real_port
229
else:
230
return port
0 commit comments