Fixed CRC Failure detection

This commit is contained in:
Mario Hüttel 2015-10-13 21:33:57 +02:00
parent 6a27ea8a1f
commit 0f1c4bdcf0

View File

@ -137,7 +137,8 @@ int SDIO_getResp(uint8_t expectedCMD, uint8_t typeOfAns, uint32_t *responseBuffe
if(expectedCMD == 41) {
//This command does not have a CRC...Doushite....
break;//Hopefully the response is correct. Even without CRC....
}
} else
return CCRCFAIL;
}