From 6b3920ede28d847e3f722a4472495a5e83b9f73f Mon Sep 17 00:00:00 2001 From: Shino Amakusa Date: Fri, 23 Oct 2015 22:08:43 +0200 Subject: [PATCH] foo --- FATFS/shimatta_sdio_driver/shimatta_sdio-driver.c | 5 +---- FATFS/shimatta_sdio_driver/shimatta_sdio-driver.h | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/FATFS/shimatta_sdio_driver/shimatta_sdio-driver.c b/FATFS/shimatta_sdio_driver/shimatta_sdio-driver.c index 8936077..fcd3893 100644 --- a/FATFS/shimatta_sdio_driver/shimatta_sdio-driver.c +++ b/FATFS/shimatta_sdio_driver/shimatta_sdio-driver.c @@ -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 diff --git a/FATFS/shimatta_sdio_driver/shimatta_sdio-driver.h b/FATFS/shimatta_sdio_driver/shimatta_sdio-driver.h index c0eda13..05feaf8 100644 --- a/FATFS/shimatta_sdio_driver/shimatta_sdio-driver.h +++ b/FATFS/shimatta_sdio_driver/shimatta_sdio-driver.h @@ -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;