소스 검색

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
 
40
 
41
 #if ENABLED(USE_AUTOMATIC_VERSIONING)
41
 #if ENABLED(USE_AUTOMATIC_VERSIONING)
42
   #include "_Version.h"
42
   #include "_Version.h"
43
+#else
44
+  #include "Default_Version.h"
43
 #endif
45
 #endif
44
 
46
 
45
 #define PROTOCOL_VERSION "1.0"
47
 #define PROTOCOL_VERSION "1.0"

+ 2
- 0
Marlin/language.h 파일 보기

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

Loading…
취소
저장