From cfbb94a2a8ddbe0cd139adcd9bbee5b7d53b848e Mon Sep 17 00:00:00 2001
From: CONSULitAS <info@consulitas.de>
Date: Wed, 4 Feb 2015 10:35:10 +0100
Subject: [PATCH] K8200: Example Configuration.h fixed

Example Configuration.h: fixed strange white characters preventing
compilation in lines 1 and 3 - oops
---
 Marlin/example_configurations/K8200/Configuration.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Marlin/example_configurations/K8200/Configuration.h b/Marlin/example_configurations/K8200/Configuration.h
index 406091ea05..06e944b194 100644
--- a/Marlin/example_configurations/K8200/Configuration.h
+++ b/Marlin/example_configurations/K8200/Configuration.h
@@ -1,6 +1,6 @@
-#ifndef CONFIGURATION_H
+#ifndef CONFIGURATION_H
 #define CONFIGURATION_H
-
+
 #include "boards.h"
 
 
-- 
GitLab