Skip to content

Commit aafe614

Browse files
committed
Edited get_interface_version info for clarity
1 parent 256ab61 commit aafe614

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

tools/detect_targets.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,12 @@ def main():
102102

103103
def get_interface_version(mount_point):
104104
""" Function returns interface version from the target mounted on the specified mount point
105-
Example of mount_point:
106-
mount_point = mut['disk']
105+
106+
mount_point can be acquired via the following:
107+
muts = get_autodetected_MUTS_list()
108+
for mut in muts.values():
109+
mount_point = mut['disk']
110+
107111
@param mount_point Name of disk where platform is connected to host machine.
108112
"""
109113
if get_module_avail('mbed_lstools'):

0 commit comments

Comments
 (0)