projects
/
bertos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c7e10e
)
Improve docs.
author
batt
<batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 8 Jul 2010 17:19:43 +0000
(17:19 +0000)
committer
batt
<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
patch
|
blob
|
history
diff --git
a/bertos/drv/sd.h
b/bertos/drv/sd.h
index 9845fcb4fcb489bb6a90835ba7cb692b93a0f8ef..22a19d1e7d09322be23dc605caf16d58085fbe11 100644
(file)
--- 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));}