Move sd init into diskio.c, write code for latest commit

This commit is contained in:
TuxSH
2018-05-11 22:21:44 +02:00
parent 2b871397c2
commit eb8573093d
3 changed files with 56 additions and 25 deletions

View File

@@ -4,7 +4,6 @@
#include "utils.h"
#include "sdmmc.h"
int initialize_sd(void);
size_t read_sd_file(void *dst, size_t dst_size, const char *filename);
#endif