summaryrefslogtreecommitdiff
path: root/sdio/sdio.h
diff options
context:
space:
mode:
Diffstat (limited to 'sdio/sdio.h')
-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