]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Output/usbMuxUart/output_com.c
Initial MatrixARM implementation
[kiibohd-controller.git] / Output / usbMuxUart / output_com.c
index 80c7a4cc9a5a33741d0739ace70b9a705a68cd41..86f5cf6b5a4c0258e26657b2e62804d04a992a51 100644 (file)
@@ -134,8 +134,8 @@ inline void Output_send(void)
        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 );
 }