From b96b28b7cc6fc6aa0a7e3d6b90a2ab435de1a526 Mon Sep 17 00:00:00 2001 From: CONSULitAS Date: Mon, 18 May 2015 23:11:26 +0200 Subject: [PATCH] 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. --- Marlin/language.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/language.h b/Marlin/language.h index 9448c07fe1..c13f50c1be 100644 --- a/Marlin/language.h +++ b/Marlin/language.h @@ -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