changeset 418:e18d2364e9dd

Merge branch 'master' of github.com:kiibohd/controller
author Jacob Alexander <haata@kiibohd.com>
date Sat, 20 Feb 2016 13:28:16 -0800
parents e7a3be42ae1e (diff) 2d286e185cff (current diff)
children 910be0f02758
files Scan/MD1_1/defaultMap.kll Scan/MD1_1/matrix.h Scan/MD1_1/pinout Scan/MD1_1/scan_loop.c Scan/MD1_1/scan_loop.h Scan/MD1_1/setup.cmake
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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