Improve docs.
authorbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 8 Jul 2010 17:19:43 +0000 (17:19 +0000)
committerbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 8 Jul 2010 17:19:43 +0000 (17:19 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4016 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/drv/sd.h

index 9845fcb4fcb489bb6a90835ba7cb692b93a0f8ef..22a19d1e7d09322be23dc605caf16d58085fbe11 100644 (file)
@@ -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));}