From 2e52153b23b2abbda145ed65c4906b4672b853dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Sun, 25 Sep 2016 19:51:19 +0200 Subject: [PATCH] Added todos --- FATFS/shimatta_sdio_driver/shimatta_sdio-driver.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/FATFS/shimatta_sdio_driver/shimatta_sdio-driver.c b/FATFS/shimatta_sdio_driver/shimatta_sdio-driver.c index 33d5fb2..54f47da 100644 --- a/FATFS/shimatta_sdio_driver/shimatta_sdio-driver.c +++ b/FATFS/shimatta_sdio_driver/shimatta_sdio-driver.c @@ -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;