Quellcode durchsuchen

K8200: Example Configuration.h fixed

Example Configuration.h: fixed strange white characters preventing
compilation in lines 1 and 3 - oops
CONSULitAS vor 9 Jahren
Ursprung
Commit
cfbb94a2a8
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2
    2
      Marlin/example_configurations/K8200/Configuration.h

+ 2
- 2
Marlin/example_configurations/K8200/Configuration.h Datei anzeigen

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

Laden…
Abbrechen
Speichern