Decrease flash reserved for secondary language.

This commit is contained in:
Marek Bel 2019-05-14 16:10:04 +02:00
parent 7c4f66181f
commit 6495a8fa58
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
//#define LANG_MODE 0 // primary language only
#define LANG_MODE 1 // sec. language support
#define LANG_SIZE_RESERVED 0x2900 // reserved space for secondary language (10496 bytes)
#define LANG_SIZE_RESERVED 0x2800 // reserved space for secondary language (10240 bytes)
#endif //_CONFIG_H