This commit is contained in:
Mario Hüttel 2015-10-23 22:08:43 +02:00
parent 213c847630
commit 6b3920ede2
2 changed files with 2 additions and 5 deletions

View File

@ -108,10 +108,7 @@ void SDIO_InitModule(){
}
int SDIO_parseR1Ans(uint32_t resp, StatusConv_t converter){
statusConverter.value = resp;
return 0;
}
//Send Command
//Clear respone Flags
//->CRC Fail, complete response, Timeout

View File

@ -66,7 +66,7 @@ typedef struct _CardStatus {
typedef struct _SDInfo {
uint32_t rca;
uint8_t type;
}SDInfo_t
}SDInfo_t;
typedef union _StatusConv {
CardStatus_t statusstruct;