Lang - sec.lang. reserved space increased to 0x2e00 (11776 bytes)

This commit is contained in:
Robert Pelnar 2018-11-21 14:52:14 +01:00
parent 5a3ffd642c
commit 1bff138b50
1 changed files with 1 additions and 1 deletions

View File

@ -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 0x2a00 // reserved space for secondary language (~10kb)
#define LANG_SIZE_RESERVED 0x2e00 // reserved space for secondary language (11776 bytes)
#endif //_CONFIG_H