Browse Source

vsllink -- add comment

Previous patch deserved *inline* comment, not just
in git revision history.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
tags/v0.4.0-rc2
David Brownell 14 years ago
parent
commit
5ab34b28ce
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      src/jtag/drivers/vsllink.c

+ 3
- 0
src/jtag/drivers/vsllink.c View File

@@ -476,6 +476,9 @@ static int vsllink_init(void)
}
VSLLINK_USB_TIMEOUT = to_tmp;

/* Some older firmware versions sometimes fail if the
* voltage isn't read first.
*/
vsllink_simple_command(0x01);
result = vsllink_usb_read(vsllink_handle);
if (result != 2)


Loading…
Cancel
Save