X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Output%2FusbMuxUart%2Foutput_com.c;fp=Output%2FusbMuxUart%2Foutput_com.c;h=86f5cf6b5a4c0258e26657b2e62804d04a992a51;hb=d6345c307fa4c64deb3f293fe91760f05c928120;hp=80c7a4cc9a5a33741d0739ace70b9a705a68cd41;hpb=c1f8a2c545063168a2f6c2f375df8266cb0f1f01;p=kiibohd-controller.git diff --git a/Output/usbMuxUart/output_com.c b/Output/usbMuxUart/output_com.c index 80c7a4c..86f5cf6 100644 --- a/Output/usbMuxUart/output_com.c +++ b/Output/usbMuxUart/output_com.c @@ -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 ); }