diff options
author | Vegard Storheil Eriksen <zyp@jvnv.net> | 2012-12-29 19:22:46 +0100 |
---|---|---|
committer | Vegard Storheil Eriksen <zyp@jvnv.net> | 2012-12-29 19:22:46 +0100 |
commit | deab534c051210678014966f60acf904ba36f81d (patch) | |
tree | 9bb6732e6e8c77fe75fbb32ce21435187b94d8c9 /sdio | |
parent | 2063457f362ffcdf99ced198d7ccd0570c39afc7 (diff) |
Added F1 SDIO instance.
Diffstat (limited to 'sdio')
-rw-r--r-- | sdio/sdio.h | 2 |
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 |