# HG changeset patch # User Michael Pavone # Date 1430447298 25200 # Node ID 7497334bb548fc1fb6cf88dba197c13f35096e5f # Parent 318ebe078315a249ac356af312334c1e1adf9ef2 Adjust TH timeout value to take into account the move to master clock cycles diff -r 318ebe078315 -r 7497334bb548 io.c --- a/io.c Thu Apr 30 19:28:01 2015 -0700 +++ b/io.c Thu Apr 30 19:28:18 2015 -0700 @@ -750,7 +750,7 @@ } #define TH 0x40 -#define TH_TIMEOUT 8000 +#define TH_TIMEOUT 56000 void io_adjust_cycles(io_port * port, uint32_t current_cycle, uint32_t deduction) {