Skip to content

Commit b65d23e

Browse files
committed
change dfu timeout to 1 second
1 parent 4d7e9d4 commit b65d23e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dfu-util-0.9/src/dfu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#include "dfu.h"
3131
#include "quirks.h"
3232

33-
static int dfu_timeout = 5000; /* 5 seconds - default */
33+
static int dfu_timeout = 1000; /* 1 second - default */
3434

3535
/*
3636
* DFU_DETACH Request (DFU Spec 1.0, Section 5.1)

0 commit comments

Comments
 (0)