浏览代码

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 年前
父节点
当前提交
b96b28b7cc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Marlin/language.h

+ 1
- 1
Marlin/language.h 查看文件

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

正在加载...
取消
保存