diff options
author | kliment <kliment.yanev@gmail.com> | 2012-03-27 11:33:56 -0700 |
---|---|---|
committer | kliment <kliment.yanev@gmail.com> | 2012-03-27 11:33:56 -0700 |
commit | 2d498da2c13a189510f435776df073744b425242 (patch) | |
tree | 02a4443e1de8cad80003ca2909aa171d4f11e238 /Sprinter | |
parent | 4df80c0d6b29d2e7487cef657860c1384560ce81 (diff) | |
parent | ed0f1c6f8ccba2125c2d76dc733105212dcf1528 (diff) |
Merge pull request #156 from midopple/experimental
wrong char in configuration.h
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 |