Skip to content

Commit 256ab61

Browse files
committed
Fixed mount_point example usage
1 parent e4b55dd commit 256ab61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/detect_targets.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ 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-
mount_point = mut['port']
105+
Example of mount_point:
106+
mount_point = mut['disk']
106107
@param mount_point Name of disk where platform is connected to host machine.
107108
"""
108109
if get_module_avail('mbed_lstools'):

0 commit comments

Comments
 (0)