From af3e4d7510e6917dcc396e9f257dd012a600a00e Mon Sep 17 00:00:00 2001
From: Fourmi <contact@lacleverte.fr>
Date: Mon, 6 Oct 2014 14:21:44 +0200
Subject: [PATCH] Update line 627 ,wrong number on thermistortables

Wrong number on line 627 > i change number "12" by the correct number "13"
Soory
---
 Marlin/thermistortables.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Marlin/thermistortables.h b/Marlin/thermistortables.h
index bda697686be..ac1dea736a9 100644
--- a/Marlin/thermistortables.h
+++ b/Marlin/thermistortables.h
@@ -624,7 +624,7 @@ const short temptable_11[][2] PROGMEM = {
 #if (THERMISTORHEATER_0 == 13) || (THERMISTORHEATER_1 == 13) || (THERMISTORHEATER_2 == 13) || (THERMISTORBED == 13)
 // Hisens thermistor B25/50 =3950 +/-1%
 
-const short temptable_12[][2] PROGMEM = {
+const short temptable_13[][2] PROGMEM = {
  {	22.5*OVERSAMPLENR,	300	},
 {	24.125*OVERSAMPLENR,	295	},
 {	25.875*OVERSAMPLENR,	290	},