Przeglądaj źródła

Pick up Default_version when needed

Richard Wackerbarth 10 lat temu
rodzic
commit
4e2f5618c1
2 zmienionych plików z 4 dodań i 0 usunięć
  1. 2
    0
      Marlin/configurator/config/language.h
  2. 2
    0
      Marlin/language.h

+ 2
- 0
Marlin/configurator/config/language.h Wyświetl plik

@@ -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 Wyświetl plik

@@ -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"

Ładowanie…
Anuluj
Zapisz