From 2abfedec22165ab47479b1e849dd484bf9064165 Mon Sep 17 00:00:00 2001 From: Jacob Alexander Date: Sat, 20 Feb 2016 13:27:49 -0800 Subject: [PATCH] Debug code for interconnect cable debugging --- Scan/UARTConnect/connect_scan.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Scan/UARTConnect/connect_scan.c b/Scan/UARTConnect/connect_scan.c index 1d08777..55f6619 100644 --- a/Scan/UARTConnect/connect_scan.c +++ b/Scan/UARTConnect/connect_scan.c @@ -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