ソースを参照

Merge pull request #1933 from bq/Fix_stray_in_configuration

Fixed compilation error "error: stray ‘\357’ in program"
Scott Lahteine 9年前
コミット
a4ca87ba99

+ 1
- 1
Marlin/example_configurations/Felix/Configuration.h ファイルの表示

@@ -1,4 +1,4 @@
1
-#ifndef CONFIGURATION_H
1
+#ifndef CONFIGURATION_H
2 2
 #define CONFIGURATION_H
3 3
 
4 4
 #include "boards.h"

+ 1
- 1
Marlin/example_configurations/Hephestos/Configuration.h ファイルの表示

@@ -1,4 +1,4 @@
1
-#ifndef CONFIGURATION_H
1
+#ifndef CONFIGURATION_H
2 2
 #define CONFIGURATION_H
3 3
 
4 4
 #include "boards.h"

+ 1
- 1
Marlin/example_configurations/K8200/Configuration.h ファイルの表示

@@ -1,4 +1,4 @@
1
-#ifndef CONFIGURATION_H
1
+#ifndef CONFIGURATION_H
2 2
 #define CONFIGURATION_H
3 3
 
4 4
 #include "boards.h"

+ 1
- 1
Marlin/example_configurations/SCARA/Configuration.h ファイルの表示

@@ -1,4 +1,4 @@
1
-#ifndef CONFIGURATION_H
1
+#ifndef CONFIGURATION_H
2 2
 #define CONFIGURATION_H
3 3
 
4 4
 #include "boards.h"

+ 1
- 1
Marlin/example_configurations/WITBOX/Configuration.h ファイルの表示

@@ -1,4 +1,4 @@
1
-#ifndef CONFIGURATION_H
1
+#ifndef CONFIGURATION_H
2 2
 #define CONFIGURATION_H
3 3
 
4 4
 #include "boards.h"

+ 1
- 1
Marlin/example_configurations/delta/generic/Configuration.h ファイルの表示

@@ -1,4 +1,4 @@
1
-#ifndef CONFIGURATION_H
1
+#ifndef CONFIGURATION_H
2 2
 #define CONFIGURATION_H
3 3
 
4 4
 #include "boards.h"

+ 1
- 1
Marlin/example_configurations/delta/kossel_mini/Configuration.h ファイルの表示

@@ -1,4 +1,4 @@
1
-#ifndef CONFIGURATION_H
1
+#ifndef CONFIGURATION_H
2 2
 #define CONFIGURATION_H
3 3
 
4 4
 #include "boards.h"

+ 1
- 1
Marlin/example_configurations/makibox/Configuration.h ファイルの表示

@@ -1,4 +1,4 @@
1
-#ifndef CONFIGURATION_H
1
+#ifndef CONFIGURATION_H
2 2
 #define CONFIGURATION_H
3 3
 
4 4
 #include "boards.h"

+ 1
- 1
Marlin/example_configurations/tvrrug/Round2/Configuration.h ファイルの表示

@@ -1,4 +1,4 @@
1
-#ifndef CONFIGURATION_H
1
+#ifndef CONFIGURATION_H
2 2
 #define CONFIGURATION_H
3 3
 
4 4
 #include "boards.h"

読み込み中…
キャンセル
保存