aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-06-05 08:39:49 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-06-05 08:39:49 +0000
commit03b4c7ddcb08a565104c91859f51e56e513e3fd0 (patch)
tree231f4fa2c172739f5f7bebd4a7ea7245c4e7622b /os/hal/platforms
parent9b147c25513490e959acf299a0fed9beaee04457 (diff)
downloadChibiOS-03b4c7ddcb08a565104c91859f51e56e513e3fd0.tar.gz
ChibiOS-03b4c7ddcb08a565104c91859f51e56e513e3fd0.tar.bz2
ChibiOS-03b4c7ddcb08a565104c91859f51e56e513e3fd0.zip
FatFs demo for the STM32F103ZG using the SDC driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3028 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms')
-rw-r--r--os/hal/platforms/STM32/sdc_lld.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32/sdc_lld.c b/os/hal/platforms/STM32/sdc_lld.c
index c790f49d9..a88ad53fa 100644
--- a/os/hal/platforms/STM32/sdc_lld.c
+++ b/os/hal/platforms/STM32/sdc_lld.c
@@ -422,7 +422,8 @@ void sdc_lld_init(void) {
/**
* @brief Configures and activates the SDC peripheral.
*
- * @param[in] sdcp pointer to the @p SDCDriver object
+ * @param[in] sdcp pointer to the @p SDCDriver object, must be @p NULL,
+ * this driver does not require any configuration
*
* @notapi
*/