From 52e3ef495747fbf882c1d64ac1b55cb13034f509 Mon Sep 17 00:00:00 2001 From: asterix Date: Fri, 11 Sep 2009 16:05:22 +0000 Subject: [PATCH 1/1] Rename file to messages. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2930 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/mware/msg.c | 2 +- bertos/mware/msg.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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 */ -- 2.25.1