diff Output/usbMuxUart/output_com.c @ 186:50702debf278

Initial MatrixARM implementation - Cleaned up Macro and USB callback naming - Added security jumper for automated reload (MCHCK based only) - Added additional LED position
author Jacob Alexander <haata@kiibohd.com>
date Fri, 01 Aug 2014 01:26:25 -0700
parents 555d70c6764d
children 6ac92b8614c0
line wrap: on
line diff
--- a/Output/usbMuxUart/output_com.c	Sun Jul 27 23:15:41 2014 -0700
+++ b/Output/usbMuxUart/output_com.c	Fri Aug 01 01:26:25 2014 -0700
@@ -134,8 +134,8 @@
 	USBKeys_Modifiers = 0;
 	USBKeys_Sent      = 0;
 
-	// Signal Scan Module we are finishedA
-	Scan_finishedWithUSBBuffer( USBKeys_Sent <= USBKeys_MaxSize ? USBKeys_Sent : USBKeys_MaxSize );
+	// Signal Scan Module we are finished
+	Scan_finishedWithOutput( USBKeys_Sent <= USBKeys_MaxSize ? USBKeys_Sent : USBKeys_MaxSize );
 }