Update reserved space bytes as mentioned in

https://github.com/prusa3d/Prusa-Firmware/pull/2170#pullrequestreview-284810840
This commit is contained in:
3d-gussner 2019-09-06 15:54:04 +02:00 committed by GitHub
parent 59a0213329
commit d408fd2f42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 0x3000 // reserved space for secondary language (10240 bytes)
#define LANG_SIZE_RESERVED 0x3000 // reserved space for secondary language (12288 bytes)
#endif //_CONFIG_H