From d1cfd12190a0810bb6a623a5e674d9339e723b8e Mon Sep 17 00:00:00 2001 From: kliment Date: Tue, 5 Jul 2011 20:20:15 +0200 Subject: Cleaned up configuration. Made a hack so that board versions can be set from configuration.h. Combined thermistor tables. Enabled maxtemp and mintemp by default. Changed case of configuration.h to make it appear first in Arduino IDE --- Sprinter/Sprinter.pde | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Sprinter/Sprinter.pde') diff --git a/Sprinter/Sprinter.pde b/Sprinter/Sprinter.pde index e697231..733aec8 100644 --- a/Sprinter/Sprinter.pde +++ b/Sprinter/Sprinter.pde @@ -2,7 +2,7 @@ // Licence: GPL #include "Sprinter.h" -#include "configuration.h" +#include "Configuration.h" #include "pins.h" #ifdef SDSUPPORT -- cgit v1.2.1