Subversion Repositories NaviCtrl

Rev

Rev 112 | Rev 275 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 112 Rev 270
Line 48... Line 48...
48
        {
48
        {
49
                MKProtocol_CollectSerialFrame(&USB_rx_buffer, USB_Buffer[i]);
49
                MKProtocol_CollectSerialFrame(&USB_rx_buffer, USB_Buffer[i]);
50
        }
50
        }
51
        SetEPRxValid(ENDP3);
51
        SetEPRxValid(ENDP3);
Line 52... Line 52...
52
 
52
 
53
        //sprintf(text,"USB (%ld): %s\n\r", USB_BufferRxCount, USB_BufferRx);
53
        //sprintf(text,"USB (%ld): %s\n\r", USB_Buffer, USB_BufferCount);
54
        //UART1_PutString(text);      
54
        //UART1_PutString(text);      
55
}
55
}
56
/*******************************************************************************
56
/*******************************************************************************
57
* Function Name  : EP1_IN_Callback
57
* Function Name  : EP1_IN_Callback