# HG changeset patch # User Jacob Alexander # Date 1456003696 28800 # Node ID e18d2364e9dda102db7b9770abf95aa3b0894ba2 # Parent e7a3be42ae1e46ad59a353e118b72996b1048f86# Parent 2d286e185cff310f7948bceec685e277209092f1 Merge branch 'master' of github.com:kiibohd/controller diff -r 2d286e185cff -r e18d2364e9dd Scan/UARTConnect/connect_scan.c --- a/Scan/UARTConnect/connect_scan.c Sat Feb 20 12:13:02 2016 -0800 +++ b/Scan/UARTConnect/connect_scan.c Sat Feb 20 13:28:16 2016 -0800 @@ -1139,6 +1139,7 @@ } // Limit how often we do cable checks + //uint32_t time_compare = 0x007; // Used for debugging cables -HaaTa uint32_t time_compare = 0x7FF; // Must be all 1's, 0x3FF is valid, 0x4FF is not uint32_t current_time = systick_millis_count; if ( Connect_lastCheck != current_time