summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVegard Storheil Eriksen <zyp@jvnv.net>2012-12-29 19:22:46 +0100
committerVegard Storheil Eriksen <zyp@jvnv.net>2012-12-29 19:22:46 +0100
commitdeab534c051210678014966f60acf904ba36f81d (patch)
tree9bb6732e6e8c77fe75fbb32ce21435187b94d8c9
parent2063457f362ffcdf99ced198d7ccd0570c39afc7 (diff)
Added F1 SDIO instance.
-rw-r--r--sdio/sdio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdio/sdio.h b/sdio/sdio.h
index 5b47b81..b1e7f2d 100644
--- a/sdio/sdio.h
+++ b/sdio/sdio.h
@@ -34,7 +34,7 @@ class SDIO_t {
};
#if defined(STM32F1)
-
+static SDIO_t SDIO(0x40018000);
#elif defined(STM32F4)
static SDIO_t SDIO(0x40012c00);
#endif