[M2351] Sync SDH_CardDetection type to avoid GCC compiler error

pull/7302/head
cyliangtw 2017-07-04 11:28:59 +08:00 committed by ccli8
parent 205f8dbab2
commit dcdd9fb56e
1 changed files with 2 additions and 1 deletions

View File

@ -293,7 +293,8 @@ void SDH_Set_clock(SDH_T *sdh, uint32_t sd_clock_khz)
} }
} }
uint32_t SDH_CardDetection(SDH_T *sdh) //uint32_t SDH_CardDetection(SDH_T *sdh)
unsigned int SDH_CardDetection(SDH_T *sdh)
{ {
uint32_t i; uint32_t i;
SDH_INFO_T *pSD; SDH_INFO_T *pSD;