projects
/
bertos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
785ff1e
)
Add new config directive.
author
batt
<batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 5 Sep 2008 17:38:08 +0000
(17:38 +0000)
committer
batt
<batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 5 Sep 2008 17:38:08 +0000
(17:38 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1799
38d2e660
-2303-0410-9eaa-
f027e97ec537
bertos/cfg/cfg_twi.h
patch
|
blob
|
history
diff --git
a/bertos/cfg/cfg_twi.h
b/bertos/cfg/cfg_twi.h
index 6344c6f97826eb49628e536bc5066059c7e1b425..dbfffafe75b8ad96bebcacd091b1bbdfa114da54 100644
(file)
--- a/
bertos/cfg/cfg_twi.h
+++ b/
bertos/cfg/cfg_twi.h
@@
-43,6
+43,14
@@
/// Comunication frequency
#define CONFIG_TWI_FREQ 100000UL
+/**
+ * TWI start timeout.
+ * For how many milliseconds the twi_start
+ * should try to get an ACK before returning error.
+ *
+ */
+#define CONFIG_TWI_START_TIMEOUT 100
+
#endif /* CFG_TWI_H */