Skip to content

Commit 7ff57c4

Browse files
committed
Changed DAPLink version to interface version.
1 parent d43a847 commit 7ff57c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/detect_targets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def main():
7979
# Grab additional target details about the mut
8080
details_txt = get_mounted_details_txt(mut['disk'])
8181
print ""
82-
print "[mbed] Detected %s, port %s, mounted %s, DAPLink version %s" % \
82+
print "[mbed] Detected %s, port %s, mounted %s, interface version %s" % \
8383
(mut['mcu'], mut['port'], mut['disk'], details_txt['Interface Version'])
8484
print "[mbed] Supported toolchains for %s" % mut['mcu']
8585
print mcu_toolchain_matrix(platform_filter=mut['mcu'])

0 commit comments

Comments
 (0)