Reorganise emmc.c/h and rename main menu c file

This commit is contained in:
Such Meme, Many Skill
2020-03-19 00:11:18 +01:00
parent 9d36f741d9
commit 7191743f5d
7 changed files with 29 additions and 27 deletions

View File

@@ -10,7 +10,7 @@
#include "../../storage/sdmmc.h"
#include "../../utils/sprintf.h"
#include "../../soc/fuse.h"
#include "../emmc.h"
#include "../emmc/emmc.h"
#include "../common/common.h"
#include "../fs/fsactions.h"