X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fmware%2Fmsg.h;h=0eaff8fd501c0105ddff5f1c0270240419dedd26;hb=52e3ef495747fbf882c1d64ac1b55cb13034f509;hp=84054520e6902bb4827ee71c5a2cd12d15feeb1f;hpb=25b3954d828a80625b69aa646d21166c21b64b53;p=bertos.git 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 */