changeset 412:e7a3be42ae1e

Debug code for interconnect cable debugging
author Jacob Alexander <haata@kiibohd.com>
date Sat, 20 Feb 2016 13:27:49 -0800
parents 065959b4f7bd
children e18d2364e9dd
files Scan/UARTConnect/connect_scan.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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