aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports
diff options
context:
space:
mode:
authorUladzimir Pylinski <barthess@yandex.ru>2015-02-23 18:32:55 +0000
committerUladzimir Pylinski <barthess@yandex.ru>2015-02-23 18:32:55 +0000
commit3f403d2288bf2d06f7443ca227672ca7c178183f (patch)
tree960380d5635eb8d249f9ed211221b1eff49685e6 /os/hal/ports
parentc3cfdc274671c208ee697319233fe0d83ce45ca8 (diff)
downloadChibiOS-3f403d2288bf2d06f7443ca227672ca7c178183f.tar.gz
ChibiOS-3f403d2288bf2d06f7443ca227672ca7c178183f.tar.bz2
ChibiOS-3f403d2288bf2d06f7443ca227672ca7c178183f.zip
SDIO. Clock detection procedure for SDC now uses stack allocated buffer instead of provided in config.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7701 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports')
-rw-r--r--os/hal/ports/STM32/LLD/sdc_lld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/LLD/sdc_lld.h b/os/hal/ports/STM32/LLD/sdc_lld.h
index dbad8df76..295ac5d24 100644
--- a/os/hal/ports/STM32/LLD/sdc_lld.h
+++ b/os/hal/ports/STM32/LLD/sdc_lld.h
@@ -222,7 +222,7 @@ typedef struct {
* @brief Working area for memory consuming operations.
* @note Buffer must be word aligned and big enough to store 512 bytes.
* @note It is mandatory for detecting MMC cards bigger than 2GB else it
- * can be @p NULL.
+ * can be @p NULL. SD cards do NOT need it.
* @note Memory pointed by this buffer is only used by @p sdcConnect(),
* afterward it can be reused for other purposes.
*/