aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32L1xx
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-06-21 17:47:59 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-06-21 17:47:59 +0000
commitec084fb6d96505b61be36ba169e6b157bb642794 (patch)
tree615a1e81437ae7193858615fe4e6818c314edee8 /os/hal/platforms/STM32L1xx
parent0a6e70cc8618a06137d29a537495b82e4acc65cc (diff)
downloadChibiOS-ec084fb6d96505b61be36ba169e6b157bb642794.tar.gz
ChibiOS-ec084fb6d96505b61be36ba169e6b157bb642794.tar.bz2
ChibiOS-ec084fb6d96505b61be36ba169e6b157bb642794.zip
L1 does have SDIO.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4322 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32L1xx')
-rw-r--r--os/hal/platforms/STM32L1xx/hal_lld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32L1xx/hal_lld.h b/os/hal/platforms/STM32L1xx/hal_lld.h
index 037a4e2a6..bde834821 100644
--- a/os/hal/platforms/STM32L1xx/hal_lld.h
+++ b/os/hal/platforms/STM32L1xx/hal_lld.h
@@ -238,7 +238,7 @@
#define STM32_RTC_IS_CALENDAR TRUE
/* SDIO attributes.*/
-#define STM32_HAS_SDIO FALSE
+#define STM32_HAS_SDIO TRUE
/* SPI attributes.*/
#define STM32_HAS_SPI1 TRUE