embed/bootloader: increase USB timeout to 500

This commit is contained in:
Pavol Rusnak 2018-02-13 23:11:18 +01:00
parent 5ded086800
commit 4ad6a7a634
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
#include "image.h"
#include "secbool.h"
#define USB_TIMEOUT 100
#define USB_TIMEOUT 500
#define USB_PACKET_SIZE 64
#define FIRMWARE_SECTORS_COUNT 13