removed the immaterial sd_get_block_size function.
This commit is contained in:
parent
51cbcd9193
commit
3e41c7d564
2 changed files with 0 additions and 7 deletions
|
@ -385,12 +385,6 @@ read_register(int register_cmd, char *buf, int register_size)
|
|||
return read_block(register_cmd, 0, buf, register_size);
|
||||
}
|
||||
/*---------------------------------------------------------------------------*/
|
||||
unsigned
|
||||
sd_get_block_size(void)
|
||||
{
|
||||
return SD_BLOCK_SIZE;
|
||||
}
|
||||
/*---------------------------------------------------------------------------*/
|
||||
sd_offset_t
|
||||
sd_get_capacity(void)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue