]> git.donarmstrong.com Git - kiibohd-controller.git/commitdiff
Debug code for interconnect cable debugging
authorJacob Alexander <haata@kiibohd.com>
Sat, 20 Feb 2016 21:27:49 +0000 (13:27 -0800)
committerJacob Alexander <haata@kiibohd.com>
Sat, 20 Feb 2016 21:27:49 +0000 (13:27 -0800)
Scan/UARTConnect/connect_scan.c

index 1d08777cbda8d5f268c8196ce7ddeee17fc20653..55f6619c61325d3509074b454cd2a29d487a0d33 100644 (file)
@@ -1139,6 +1139,7 @@ void Connect_scan()
        }
 
        // 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