Improve docs.
[bertos.git] / 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));}