Added todos
This commit is contained in:
		@@ -122,6 +122,10 @@ DSTATUS SDIO_initialize(){
 | 
			
		||||
    if (SDIO_send_CMD3(&cardInfo.rca))
 | 
			
		||||
        return STA_NOINIT;
 | 
			
		||||
 | 
			
		||||
    //TODO: Set block length
 | 
			
		||||
    //TODO: Set 4 bit mode
 | 
			
		||||
    //TODO:
 | 
			
		||||
 | 
			
		||||
#if SDIO_ENABLE_WRITEPROT==1
 | 
			
		||||
    if (!((WRITEPROT_PORT->IDR & WRITEPROT_PIN) == WRITEPROT_ACTIVE_LEVEL))
 | 
			
		||||
        return STA_PROTECT;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user