diff Scan/UARTConnect/connect_scan.c @ 412:e7a3be42ae1e

Debug code for interconnect cable debugging
author Jacob Alexander <haata@kiibohd.com>
date Sat, 20 Feb 2016 13:27:49 -0800
parents a3825c7fc651
children 23a1868b4ac2
line wrap: on
line diff
--- a/Scan/UARTConnect/connect_scan.c	Sat Feb 06 18:23:34 2016 -0800
+++ b/Scan/UARTConnect/connect_scan.c	Sat Feb 20 13:27:49 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