Minor stuff (2)

This commit is contained in:
Aurora
2016-09-08 02:12:29 +02:00
parent 2f6afe9932
commit 277d723992
9 changed files with 36 additions and 42 deletions

View File

@@ -25,8 +25,8 @@
#include "sdmmc.h"
#include "delay.h"
struct mmcdevice handleNAND;
struct mmcdevice handleSD;
static struct mmcdevice handleNAND;
static struct mmcdevice handleSD;
static inline u16 sdmmc_read16(u16 reg)
{