Lang - reserved space increased to 0x2f00 (12032 bytes)
This commit is contained in:
parent
1bff138b50
commit
2dc5439069
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
|||
//LANG - Multi-language support
|
||||
#define LANG_MODE 0 // primary language only
|
||||
//#define LANG_MODE 1 // sec. language support
|
||||
#define LANG_SIZE_RESERVED 0x2e00 // reserved space for secondary language (11776 bytes)
|
||||
#define LANG_SIZE_RESERVED 0x2f00 // reserved space for secondary language (12032 bytes)
|
||||
|
||||
|
||||
#endif //_CONFIG_H
|
||||
|
|
Loading…
Reference in a new issue