Move patches within emunand.c

This commit is contained in:
Aurora
2016-05-25 15:26:51 +02:00
parent 9aeac7af92
commit c36fa01651
5 changed files with 35 additions and 35 deletions

View File

@@ -9,6 +9,7 @@
#include "diskio.h" /* FatFs lower layer API */
#include "sdmmc/sdmmc.h"
#include "../crypto.h"
/* Definitions of physical drive number for each media */
#define SDCARD 0

View File

@@ -1,5 +1,4 @@
#pragma once
#include <stdbool.h>
#include "../../types.h"
#include "../../crypto.h"
#include "../../types.h"