浏览代码

Pick up Default_version when needed

Richard Wackerbarth 10 年前
父节点
当前提交
4e2f5618c1
共有 2 个文件被更改,包括 4 次插入0 次删除
  1. 2
    0
      Marlin/configurator/config/language.h
  2. 2
    0
      Marlin/language.h

+ 2
- 0
Marlin/configurator/config/language.h 查看文件

@@ -40,6 +40,8 @@
40 40
 
41 41
 #if ENABLED(USE_AUTOMATIC_VERSIONING)
42 42
   #include "_Version.h"
43
+#else
44
+  #include "Default_Version.h"
43 45
 #endif
44 46
 
45 47
 #define PROTOCOL_VERSION "1.0"

+ 2
- 0
Marlin/language.h 查看文件

@@ -40,6 +40,8 @@
40 40
 
41 41
 #if ENABLED(USE_AUTOMATIC_VERSIONING)
42 42
   #include "_Version.h"
43
+#else
44
+  #include "Default_Version.h"
43 45
 #endif
44 46
 
45 47
 #define PROTOCOL_VERSION "1.0"

正在加载...
取消
保存