Browse Source

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.
CONSULitAS 10 years ago
parent
commit
b96b28b7cc
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/language.h

+ 1
- 1
Marlin/language.h View File

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

Loading…
Cancel
Save