Working port of Little FS
This commit is contained in:
@ -22,6 +22,7 @@ typedef struct StoreDev {
|
||||
int32_t (*read)(struct StoreDev *sd, uint8_t *const buffer, size_t n, size_t off);
|
||||
int32_t (*write)(struct StoreDev *sd, const uint8_t *const buffer, size_t n, size_t off);
|
||||
int32_t (*cleanup)(struct StoreDev *sd);
|
||||
size_t (*capacity)(struct StoreDev *sd);
|
||||
|
||||
union {
|
||||
RamSd ramsd;
|
||||
|
Reference in New Issue
Block a user