Subversion Repositories NaviCtrl

Rev

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

Rev 275 Rev 349
Line 66... Line 66...
66
u8 MKProtocol_CreateSerialFrame(Buffer_t* pTxBuff, u8 CmdID, u8 Address, u8 numofbuffers , ...) //u8 *data, u8 len, ....
66
u8 MKProtocol_CreateSerialFrame(Buffer_t* pTxBuff, u8 CmdID, u8 Address, u8 numofbuffers , ...) //u8 *data, u8 len, ....
67
{
67
{
68
        va_list ap;
68
        va_list ap;
Line 69... Line 69...
69
 
69
 
70
        u8 a,b,c;
70
        u8 a,b,c;
71
        u8 ptr = 0;
71
        u16 ptr = 0;
Line 72... Line 72...
72
        u16 tmpCRC = 0, i;
72
        u16 tmpCRC = 0, i;
73
 
73