Fix typo in documentation of usb_blaster_vid_pid command

This commit is contained in:
Catalin Patulea 2010-08-13 16:57:37 -04:00 committed by Øyvind Harboe
parent f60a2390cc
commit 36333f9ca8
1 changed files with 2 additions and 2 deletions

View File

@ -2259,11 +2259,11 @@ default values are used.
Currently, only one @var{vid}, @var{pid} pair may be given, e.g. for
Altera USB-Blaster (default):
@example
ft2232_vid_pid 0x09FB 0x6001
usb_blaster_vid_pid 0x09FB 0x6001
@end example
The following VID/PID is for Kolja Waschk's USB JTAG:
@example
ft2232_vid_pid 0x16C0 0x06AD
usb_blaster_vid_pid 0x16C0 0x06AD
@end example
@end deffn