git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4181 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2012-05-10 12:38:35 +00:00
parent 97dce7b944
commit b1653c7b3c
1 changed files with 1 additions and 1 deletions

View File

@ -499,7 +499,7 @@ bool_t sdcGetInfo(SDCDriver *sdcp, BlockDeviceInfo *bdip) {
}
chSysUnlock();
bdip->blk_num = 0; /* NOTE: To be implemented.*/
bdip->blk_num = sdcp->capacity;
bdip->blk_size = MMCSD_BLOCK_SIZE;
return FALSE;