projects
/
bertos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee2224f
)
Add missing configuration file for EEPROM driver.
author
batt
<batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 3 Feb 2011 18:21:41 +0000
(18:21 +0000)
committer
batt
<batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 3 Feb 2011 18:21:41 +0000
(18:21 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4679
38d2e660
-2303-0410-9eaa-
f027e97ec537
bertos/drv/eeprom.h
patch
|
blob
|
history
diff --git
a/bertos/drv/eeprom.h
b/bertos/drv/eeprom.h
index 063c3d4d8a25818a7b50335da1d1e25d60e4d5a2..d53c7976290bb8968e3e5aba054505f467526e26 100644
(file)
--- a/
bertos/drv/eeprom.h
+++ b/
bertos/drv/eeprom.h
@@
-36,6
+36,7
@@
* \author Bernie Innocenti <bernie@codewiz.org>
*
* $WIZ$ module_name = "eeprom"
+ * $WIZ$ module_configuration = "bertos/cfg/cfg_eeprom.h"
* $WIZ$ module_depends = "kfile", "kfile_block", "kblock", "i2c"
*/