projects
/
bertos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20c4c29
)
Add log level options to fat module.
author
batt
<batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 6 Jul 2010 15:55:38 +0000
(15:55 +0000)
committer
batt
<batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 6 Jul 2010 15:55:38 +0000
(15:55 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3999
38d2e660
-2303-0410-9eaa-
f027e97ec537
bertos/cfg/cfg_fat.h
patch
|
blob
|
history
diff --git
a/bertos/cfg/cfg_fat.h
b/bertos/cfg/cfg_fat.h
index 83772f45047a2d37e8dc8e3d41d9a8f99a2b07b3..fcd717af3591aede4c4b578bab04e6f794d445c2 100644
(file)
--- a/
bertos/cfg/cfg_fat.h
+++ b/
bertos/cfg/cfg_fat.h
@@
-40,6
+40,23
@@
#ifndef CFG_FAT_H
#define CFG_FAT_H
+/**
+ * Module logging level.
+ *
+ * $WIZ$ type = "enum"
+ * $WIZ$ value_list = "log_level"
+ */
+#define FAT_LOG_LEVEL LOG_LVL_ERR
+
+/**
+ * Module logging format.
+ *
+ * $WIZ$ type = "enum"
+ * $WIZ$ value_list = "log_format"
+ */
+#define FAT_LOG_FORMAT LOG_FMT_VERBOSE
+
+
/**
* Use word alignment to access FAT structure.
* $WIZ$ type = "boolean"