summaryrefslogtreecommitdiffstats
path: root/src/nolo.c
diff options
context:
space:
mode:
authorPali Rohár <pali.rohar@gmail.com>2020-04-25 20:04:51 +0200
committerPali Rohár <pali.rohar@gmail.com>2020-04-25 20:04:51 +0200
commitf37c2cd7e83c8e40576256d88ecc6b6f96dd72ee (patch)
tree39048632452ed8fb051432131bec25773b2db888 /src/nolo.c
parente94279eecbfdd1988912ac7ce24e6d4d702695a1 (diff)
download0xFFFF-f37c2cd7e83c8e40576256d88ecc6b6f96dd72ee.tar.bz2
all: Fix delays for all operations
Diffstat (limited to 'src/nolo.c')
-rw-r--r--src/nolo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nolo.c b/src/nolo.c
index 9faea56..c30eb77 100644
--- a/src/nolo.c
+++ b/src/nolo.c
@@ -541,7 +541,7 @@ int nolo_flash_image(struct usb_device_info * dev, struct image * image) {
}
- SLEEP(0xc350); // 0.5s
+ MSLEEP(50);
}