aboutsummaryrefslogtreecommitdiff
path: root/device.cc
diff options
context:
space:
mode:
authorSzczepan Zalega <szczepan@nitrokey.com>2017-03-09 12:07:27 +0100
committerSzczepan Zalega <szczepan@nitrokey.com>2017-03-11 15:41:53 +0100
commita3303c491a6f3b9980a91cabe81d5fb643ec8d9a (patch)
tree864f8ac39634a820f9618c9428e7a4c30a01c438 /device.cc
parent019d86a056ecb036da243a3304a3220b15e0bfd5 (diff)
downloadlibnitrokey-a3303c491a6f3b9980a91cabe81d5fb643ec8d9a.tar.gz
libnitrokey-a3303c491a6f3b9980a91cabe81d5fb643ec8d9a.tar.bz2
Set turbo mode
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 9a64813..66877da 100644
--- a/device.cc
+++ b/device.cc
@@ -176,7 +176,7 @@ Stick10::Stick10():
Stick20::Stick20():
- Device(0x20a0, 0x4109, DeviceModel::STORAGE, 200ms, 5, 200ms)
+ Device(0x20a0, 0x4109, DeviceModel::STORAGE, 20ms, 20, 20ms)
{}
#include <sstream>