Author: Thomas Kindler <mail@t-kindler.de>
- Increase DTC status retry count to avoid problems with STM Primer git-svn-id: svn://svn.berlios.de/openocd/trunk@1871 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
parent
4b992717b5
commit
988d6a49a9
|
@ -517,7 +517,7 @@ dtc_run_download(
|
||||||
|
|
||||||
|
|
||||||
/* Wait for DTC to finish running command buffer */
|
/* Wait for DTC to finish running command buffer */
|
||||||
for(i = 5;;) {
|
for(i = 10;;) {
|
||||||
usb_err = ep1_generic_commandl(
|
usb_err = ep1_generic_commandl(
|
||||||
pHDev, 4,
|
pHDev, 4,
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue