aboutsummaryrefslogtreecommitdiff
path: root/device.cc
diff options
context:
space:
mode:
authorSzczepan Zalega <szczepan@nitrokey.com>2017-09-11 10:57:08 +0200
committerSzczepan Zalega <szczepan@nitrokey.com>2017-09-20 12:47:05 +0200
commit8ea7214692243eadf18c4cdabf66500e8357ba0c (patch)
treefcfcb789a3ba48d16e658ed7502b52845f91fe67 /device.cc
parente1d35ffdaa4147b18ab22a1acc70762c9434a2d7 (diff)
downloadlibnitrokey-8ea7214692243eadf18c4cdabf66500e8357ba0c.tar.gz
libnitrokey-8ea7214692243eadf18c4cdabf66500e8357ba0c.tar.bz2
Make only 10 retries on receiving
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
Diffstat (limited to 'device.cc')
-rw-r--r--device.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/device.cc b/device.cc
index a7b68e1..2fc55c7 100644
--- a/device.cc
+++ b/device.cc
@@ -200,7 +200,7 @@ Stick10::Stick10():
Stick20::Stick20():
- Device(0x20a0, 0x4109, DeviceModel::STORAGE, 20ms, 20, 20ms)
+ Device(0x20a0, 0x4109, DeviceModel::STORAGE, 20ms, 10, 20ms)
{
setDefaultDelay();
}