Fixed mount_point example usage

pull/5077/head
David Walters 2017-09-15 15:30:34 +01:00
parent e4b55dd6a0
commit 256ab6114a
1 changed files with 2 additions and 1 deletions

View File

@ -102,7 +102,8 @@ def main():
def get_interface_version(mount_point):
""" Function returns interface version from the target mounted on the specified mount point
mount_point = mut['port']
Example of mount_point:
mount_point = mut['disk']
@param mount_point Name of disk where platform is connected to host machine.
"""
if get_module_avail('mbed_lstools'):