interface/jlink: Fix comment about serial number

Leading zeros for the serial number are not necessary anymore.

Signed-off-by: Marc Schink <openocd-dev@marcschink.de>
Change-Id: Ie4ff47b9cda7ccf314c6fda9a2784947db5ee4d9
Reviewed-on: http://openocd.zylin.com/3401
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
This commit is contained in:
Marc Schink 2016-04-08 10:57:11 +02:00 committed by Spencer Oliver
parent 9c37747e58
commit 888d5a5ec9
1 changed files with 5 additions and 10 deletions

View File

@ -1,19 +1,14 @@
#
# Segger J-Link
# SEGGER J-Link
#
# http://www.segger.com/jlink.html
#
interface jlink
# The serial number can be used to select a specific interface in case more than one
# is connected to the host.
# The serial number can be used to select a specific device in case more than
# one is connected to the host.
#
# Segger software omits leading zeros in serial number displays,
# OpenOCD requires them.
# Example: Select J-Link with serial number 123456789
#
# Example: Select J-Link with serial 123456789
#
# jlink serial 000123456789
# jlink serial 123456789