Merge pull request #1762 from XPila/MK3
Secondary language reserved space resized
This commit is contained in:
commit
e9b5e4cb28
@ -45,7 +45,7 @@
|
|||||||
//LANG - Multi-language support
|
//LANG - Multi-language support
|
||||||
//#define LANG_MODE 0 // primary language only
|
//#define LANG_MODE 0 // primary language only
|
||||||
#define LANG_MODE 1 // sec. language support
|
#define LANG_MODE 1 // sec. language support
|
||||||
#define LANG_SIZE_RESERVED 0x2f00 // reserved space for secondary language (12032 bytes)
|
#define LANG_SIZE_RESERVED 0x2b00 // reserved space for secondary language (11008 bytes)
|
||||||
|
|
||||||
|
|
||||||
#endif //_CONFIG_H
|
#endif //_CONFIG_H
|
||||||
|
Loading…
Reference in New Issue
Block a user