Instead of passing FatFS structs around, unmount; other changes
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
#include "sdmmc.h"
|
||||
#include "lib/fatfs/ff.h"
|
||||
|
||||
void save_sd_state(void **mmc, void **ff);
|
||||
void resume_sd_state(void *mmc, void *ff);
|
||||
void save_sd_state(void **mmc);
|
||||
void resume_sd_state(void *mmc);
|
||||
|
||||
size_t read_sd_file(void *dst, size_t dst_size, const char *filename);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user