From 3f403d2288bf2d06f7443ca227672ca7c178183f Mon Sep 17 00:00:00 2001 From: Uladzimir Pylinski Date: Mon, 23 Feb 2015 18:32:55 +0000 Subject: 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 --- os/hal/ports/STM32/LLD/sdc_lld.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/hal/ports') 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. */ -- cgit v1.2.3