Skip to content
Snippets Groups Projects
Commit 888d5a5e authored by Marc Schink's avatar Marc Schink Committed by Spencer Oliver
Browse files

interface/jlink: Fix comment about serial number


Leading zeros for the serial number are not necessary anymore.

Signed-off-by: default avatarMarc Schink <openocd-dev@marcschink.de>
Change-Id: Ie4ff47b9cda7ccf314c6fda9a2784947db5ee4d9
Reviewed-on: http://openocd.zylin.com/3401


Tested-by: jenkins
Reviewed-by: default avatarSpencer Oliver <spen@spen-soft.co.uk>
parent 9c37747e
Branches
No related tags found
No related merge requests found
# #
# Segger J-Link # SEGGER J-Link
# #
# http://www.segger.com/jlink.html # http://www.segger.com/jlink.html
# #
interface jlink interface jlink
# The serial number can be used to select a specific device in case more than
# The serial number can be used to select a specific interface in case more than one # one is connected to the host.
# is connected to the host.
#
# Segger software omits leading zeros in serial number displays,
# OpenOCD requires them.
# #
# Example: Select J-Link with serial 123456789 # Example: Select J-Link with serial number 123456789
# #
# jlink serial 000123456789 # jlink serial 123456789
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment