BeRTOS
|
Messages for LCD. More...
#include "messages.h"
Go to the source code of this file.
Variables | |
const char * | msg_strings [MSG_COUNT] |
Array of pointers to localized strings. | |
const char | str_empty [] = "" |
Untranslated constant strings used more than once are grouped here to save ROM space. |
Messages for LCD.
Definition in file messages.c.
const char* msg_strings[MSG_COUNT] |
{ 0, }
Array of pointers to localized strings.
Should be filled by localization stuff, but not for now.
Definition at line 46 of file messages.c.