From: asterix Date: Fri, 11 Sep 2009 16:05:22 +0000 (+0000) Subject: Rename file to messages. X-Git-Tag: 2.2.0~38 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;ds=sidebyside;h=52e3ef495747fbf882c1d64ac1b55cb13034f509;p=bertos.git Rename file to messages. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2930 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/mware/msg.c b/bertos/mware/msg.c index 6a74266c..52c720c4 100644 --- a/bertos/mware/msg.c +++ b/bertos/mware/msg.c @@ -38,7 +38,7 @@ * \author Stefano Fedrigo */ -#include "msg.h" +#include "messages.h" /** * Array of pointers to localized strings. Should be filled diff --git a/bertos/mware/msg.h b/bertos/mware/msg.h index 84054520..0eaff8fd 100644 --- a/bertos/mware/msg.h +++ b/bertos/mware/msg.h @@ -38,8 +38,8 @@ * \author Stefano Fedrigo */ -#ifndef MWARE_MSG_H -#define MWARE_MSG_H +#ifndef MWARE_MESSAGES_H +#define MWARE_MESSAGES_H enum { @@ -64,5 +64,5 @@ enum #define PTRMSG(x) ((x) < (const_iptr_t)256 ? msg_strings[(unsigned int)(x)] : (const char *)(x)) -#endif /* MWARE_MSG_H */ +#endif /* MWARE_MESSAGES_H */