From: batt Date: Thu, 8 Jul 2010 17:19:43 +0000 (+0000) Subject: Improve docs. X-Git-Tag: 2.6.0~300 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=c01a3023279e0039e995017b9bb5af0a92225734;p=bertos.git Improve docs. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4016 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/drv/sd.h b/bertos/drv/sd.h index 9845fcb4..22a19d1e 100644 --- a/bertos/drv/sd.h +++ b/bertos/drv/sd.h @@ -80,6 +80,8 @@ bool sd_initBuf(Sd *sd, KFile *ch); * * \note This API is deprecated, disable CONFIG_SD_OLD_INIT and * use the new one instead. + * + * \see CONFIG_SD_OLD_INIT. */ #define sd_init(ch) {static struct Sd sd; sd_initUnbuf(&sd, (ch));}