git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4365 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
bfa477e96d
commit
90588da244
|
@ -221,7 +221,7 @@ DRESULT disk_ioctl (
|
|||
case CTRL_SYNC:
|
||||
return RES_OK;
|
||||
case GET_SECTOR_COUNT:
|
||||
*((DWORD *)buff) = sdcGetCardCapacity(&SDCD1);
|
||||
*((DWORD *)buff) = mmcsdGetCardCapacity(&SDCD1);
|
||||
return RES_OK;
|
||||
case GET_SECTOR_SIZE:
|
||||
*((WORD *)buff) = MMCSD_BLOCK_SIZE;
|
||||
|
|
Loading…
Reference in New Issue