Skip to content
Snippets Groups Projects
Commit dbc01d01 authored by Micah Elizabeth Scott's avatar Micah Elizabeth Scott
Browse files

Try increasing dfu_poll_timeout in MANIFEST state

Thought this would make the win32 dfu-util less spammy. No such luck, but it seems like a good idea anyway.
parent 4c290775
No related branches found
No related tags found
No related merge requests found
......@@ -257,7 +257,10 @@ bool dfu_getstatus(uint8_t *status)
break;
case dfuMANIFEST_SYNC:
// Ready to reboot. The main thread will take care of this. Also let the DFU tool
// know to leave us alone until this happens.
dfu_state = dfuMANIFEST;
dfu_poll_timeout = 1000;
break;
default:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment