Secondary language reserved space resized

This commit is contained in:
Robert Pelnar 2019-04-24 15:22:17 +02:00
parent ca449ef517
commit 1d8b2b3e18
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 0x2f00 // reserved space for secondary language (12032 bytes)
#define LANG_SIZE_RESERVED 0x2b00 // reserved space for secondary language (12032 bytes)
#endif //_CONFIG_H