diff USB/pjrc/usb_com.c @ 86:13b705bb165f

Debugging kishsaver. - Hardcoded strobe lines (required to make the hardware less noisy) - Updated debug code
author Jacob Alexander <haata@users.sf.net>
date Wed, 13 Nov 2013 22:48:49 -0500
parents 23600aaa5e15
children
line wrap: on
line diff
--- a/USB/pjrc/usb_com.c	Sat Apr 13 22:35:59 2013 -0400
+++ b/USB/pjrc/usb_com.c	Wed Nov 13 22:48:49 2013 -0500
@@ -83,7 +83,7 @@
 
 	// Wait an extra second for the PC's operating system to load drivers
 	// and do whatever it does to actually be ready for input
-	_delay_ms(1000);
+	//_delay_ms(1000); // TODO
 }