Subversion Repositories NaviCtrl

Compare Revisions

Ignore whitespace Rev 365 → Rev 366

/trunk/main.h
14,7 → 14,7
 
#define VERSION_MAJOR 0
#define VERSION_MINOR 28
#define VERSION_PATCH 3
#define VERSION_PATCH 4
// 0 = A
// 1 = B
// 2 = C
/trunk/sdc.c
258,8 → 258,6
u32 timeout;
SD_Result_t result = SD_ERROR_UNKNOWN;
 
if(SDCardInfo.Valid == 1)
{
// send the command
rsp = SDC_SendCMDR1(CmdNo, addr);
if (rsp != R1_NO_ERR)
289,7 → 287,6
/* if(crc16 != CRC16(Buffer, len)) result = SD_ERROR_CRC_DATA;
else */
result = SD_SUCCESS;
}
end:
if(result != SD_SUCCESS)
{