diff options
Diffstat (limited to 'bootloaders/caterina/Caterina.c')
-rwxr-xr-x | bootloaders/caterina/Caterina.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloaders/caterina/Caterina.c b/bootloaders/caterina/Caterina.c index 2b50636..0565b22 100755 --- a/bootloaders/caterina/Caterina.c +++ b/bootloaders/caterina/Caterina.c @@ -482,7 +482,7 @@ void CDC_Task(void) * leaving just a few hundred milliseconds so the
* bootloder has time to respond and service any
* subsequent requests */
- Timeout = TIMEOUT_PERIOD - 250;
+ Timeout = TIMEOUT_PERIOD - 500;
// Send confirmation byte back to the host
WriteNextResponseByte('\r');
|