Skip to content
Snippets Groups Projects
Commit 988d6a49 authored by kc8apf's avatar kc8apf
Browse files

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
parent 4b992717
No related branches found
No related tags found
No related merge requests found
......@@ -517,7 +517,7 @@ dtc_run_download(
/* Wait for DTC to finish running command buffer */
for(i = 5;;) {
for(i = 10;;) {
usb_err = ep1_generic_commandl(
pHDev, 4,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment