Merge pull request #4535

c716a331 device: increase ledger timeout to 2 minutes (selsta)
This commit is contained in:
Riccardo Spagni 2018-10-09 16:42:30 +02:00
commit 0c135c9420
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ namespace hw {
#define INS_GET_RESPONSE 0xc0
device_ledger::device_ledger(): hw_device(0x0101, 0x05, 64, 10000) {
device_ledger::device_ledger(): hw_device(0x0101, 0x05, 64, 120000) {
this->id = device_id++;
this->reset_buffer();
this->mode = NONE;