projects
/
bertos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57fa5e3
)
Rename macro to more appropiate name.
author
Daniele Basile
<asterix@develer.com>
Fri, 13 Jan 2012 15:58:28 +0000
(16:58 +0100)
committer
Daniele Basile
<asterix@develer.com>
Fri, 13 Jan 2012 15:58:28 +0000
(16:58 +0100)
bertos/struct/fifobuf.h
patch
|
blob
|
history
diff --git
a/bertos/struct/fifobuf.h
b/bertos/struct/fifobuf.h
index 117431be59980fac7d2fbdb6e78088e309c14281..4bd205d0cf2dd16b105a213e64c036ff70d27808 100644
(file)
--- a/
bertos/struct/fifobuf.h
+++ b/
bertos/struct/fifobuf.h
@@
-93,9
+93,9
@@
typedef struct FIFOBuffer
/**
- * De
clar
e a static fifo buffer
+ * De
fin
e a static fifo buffer
*/
-#define DE
CLARE_FIFO(_name, _ptr, _size)
\
+#define DE
FINE_FIFO(_name, _ptr, _size)
\
FIFOBuffer _name = \
{ \
.head = (_ptr), \