From: Daniele Basile Date: Fri, 13 Jan 2012 15:58:28 +0000 (+0100) Subject: Rename macro to more appropiate name. X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=1997bcac9db9a289afa5ca6d4fea4b75aef329d6;p=bertos.git Rename macro to more appropiate name. --- diff --git a/bertos/struct/fifobuf.h b/bertos/struct/fifobuf.h index 117431be..4bd205d0 100644 --- a/bertos/struct/fifobuf.h +++ b/bertos/struct/fifobuf.h @@ -93,9 +93,9 @@ typedef struct FIFOBuffer /** - * Declare a static fifo buffer + * Define a static fifo buffer */ -#define DECLARE_FIFO(_name, _ptr, _size) \ +#define DEFINE_FIFO(_name, _ptr, _size) \ FIFOBuffer _name = \ { \ .head = (_ptr), \