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
|
@ -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…
Add table
Add a link
Reference in a new issue