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

@@ -1,7 +1,7 @@
#include <string.h>
#include "../../mem/heap.h"
#include "../gfx/gfxutils.h"
#include "../emmc.h"
#include "../emmc/emmc.h"
#include "../../utils/types.h"
#include "../../libs/fatfs/ff.h"
#include "../../utils/sprintf.h"