Browse Source

K8200: Example Configuration.h fixed

Example Configuration.h: fixed strange white characters preventing
compilation in lines 1 and 3 - oops
CONSULitAS 9 years ago
parent
commit
cfbb94a2a8
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/example_configurations/K8200/Configuration.h

+ 2
- 2
Marlin/example_configurations/K8200/Configuration.h View File

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

Loading…
Cancel
Save