projects
/
bertos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d86a921
)
Fix comment.
author
batt
<batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 3 Feb 2011 18:21:16 +0000
(18:21 +0000)
committer
batt
<batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 3 Feb 2011 18:21:16 +0000
(18:21 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4678
38d2e660
-2303-0410-9eaa-
f027e97ec537
bertos/cfg/macros.h
patch
|
blob
|
history
diff --git
a/bertos/cfg/macros.h
b/bertos/cfg/macros.h
index 0a721ac5a060f703d00a594ed9ab7cad25ae926e..e6706f648f66006810ba009c78d42115afead3f1 100644
(file)
--- a/
bertos/cfg/macros.h
+++ b/
bertos/cfg/macros.h
@@
-192,8
+192,7
@@
/**
* Perform an integer division rounding the result to the upper int value.
- * \note \a divisor should preferibly be a costant, otherwise this macro generates
- * 2 division. Also divisor is evaluated twice.
+ * \note \a divisor is evaluated twice.
*/
#define DIV_ROUNDUP(dividend, divisor) (((dividend) + (divisor) - 1) / (divisor))