Commit f5934888 authored by winckel's avatar winckel

Removed useless value (MESSAGES_ID_END) in messagesIds enum.

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4320 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 4cc03f0a
...@@ -72,7 +72,7 @@ typedef enum ...@@ -72,7 +72,7 @@ typedef enum
#include <messages_def.h> #include <messages_def.h>
#undef MESSAGE_DEF #undef MESSAGE_DEF
MESSAGES_ID_MAX, MESSAGES_ID_END = MESSAGES_ID_MAX MESSAGES_ID_MAX,
} MessagesIds; } MessagesIds;
//! Thread id of each task //! Thread id of each task
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment