diff options
author | midopple <mdoppler@gmx.at> | 2012-03-23 21:33:54 +0100 |
---|---|---|
committer | midopple <mdoppler@gmx.at> | 2012-03-23 21:33:54 +0100 |
commit | ed0f1c6f8ccba2125c2d76dc733105212dcf1528 (patch) | |
tree | 02a4443e1de8cad80003ca2909aa171d4f11e238 /Sprinter | |
parent | 8147df6ae0763df962dfda3505d44765916168e3 (diff) |
First char '#' was unicode so linux give an compile error
Diffstat (limited to 'Sprinter')
-rw-r--r-- | Sprinter/Configuration.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Sprinter/Configuration.h b/Sprinter/Configuration.h index 212b44e..f007873 100644 --- a/Sprinter/Configuration.h +++ b/Sprinter/Configuration.h @@ -1,4 +1,4 @@ -#ifndef CONFIGURATION_H +#ifndef CONFIGURATION_H #define CONFIGURATION_H // BASIC SETTINGS: select your board type, thermistor type, axis scaling, and endstop configuration |