foo
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
@@ -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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user