mirror of https://github.com/ARMmbed/mbed-os.git
[M2351] Sync SDH_CardDetection type to avoid GCC compiler error
parent
205f8dbab2
commit
dcdd9fb56e
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue