BeRTOS
messages.c
Go to the documentation of this file.
00001 
00040 #include "messages.h"
00041 
00046 const char *msg_strings[MSG_COUNT] = {
00047     0,
00048     // TODO: add your strings here
00049 };
00050 
00051 /* Buffer for catalog file */
00052 /* char msg_buf[MSG_BUFSIZE]; */
00053 
00054 
00055 /* The following does not work (move string tables into the DMSG/CMSG segments)
00056  * #pragma memory=dataseg(DMSG)
00057  * #pragma memory=constseg(CMSG)
00058  */
00059 
00060 
00065 const char str_empty[] = "";
00066