removed the immaterial sd_get_block_size function.
This commit is contained in:
parent
51cbcd9193
commit
3e41c7d564
@ -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)
|
||||
{
|
||||
|
@ -72,7 +72,6 @@ int sd_write(sd_offset_t, char *, unsigned);
|
||||
int sd_read(sd_offset_t, char *, unsigned);
|
||||
int sd_write_block(sd_offset_t, char *);
|
||||
int sd_read_block(sd_offset_t, char *);
|
||||
unsigned sd_get_block_size(void);
|
||||
sd_offset_t sd_get_capacity(void);
|
||||
char *sd_error_string(int);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user