language.h: update documentation for LANGUAGE_INCLUDE

language.h: update documentation for LANGUAGE_INCLUDE

@thinkyhead What do you think? I think there should be a warning like
this.
This commit is contained in:
CONSULitAS 2015-05-18 23:11:26 +02:00
parent 6423fe7601
commit b96b28b7cc

View File

@ -31,8 +31,8 @@
// kana Japanese
// kana_utf Japanese
// fallback if no language is set, don't change
#ifndef LANGUAGE_INCLUDE
// pick your default from the list above, individual language ist set in LCD section of Configuration.h
#define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
#endif