aboutsummaryrefslogtreecommitdiff
path: root/device.cc
diff options
context:
space:
mode:
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 e6fe98e..532ba2e 100644
--- a/device.cc
+++ b/device.cc
@@ -107,7 +107,7 @@ int Device::recv(void *packet) {
}
Stick10::Stick10():
- Device(0x20a0, 0x4108, DeviceModel::PRO, 100ms, 100, 100ms)
+ Device(0x20a0, 0x4108, DeviceModel::PRO, 100ms, 20, 100ms)
{}