From 20daeb57bb81507981bc71f79da7fb4765610ef5 Mon Sep 17 00:00:00 2001 From: midopple Date: Thu, 23 Feb 2012 13:54:02 +0100 Subject: Thermistortable temptable_4 correct declaration: const short temptable_4[NUMTEMPS_4][2] --- Sprinter/thermistortables.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Sprinter') diff --git a/Sprinter/thermistortables.h b/Sprinter/thermistortables.h index ef1e78b..eccfe88 100644 --- a/Sprinter/thermistortables.h +++ b/Sprinter/thermistortables.h @@ -176,7 +176,7 @@ const short temptable_3[NUMTEMPS_3][2] = { #if (THERMISTORHEATER == 4) || (THERMISTORBED == 4) //10k thermistor #define NUMTEMPS_4 20 -short temptable_4[NUMTEMPS_4][2] = { +const short temptable_4[NUMTEMPS_4][2] = { {1, 430}, {54, 137}, {107, 107}, -- cgit v1.2.1