Thermistortable temptable_4

correct declaration: const short temptable_4[NUMTEMPS_4][2]
This commit is contained in:
midopple 2012-02-23 13:54:02 +01:00
parent 4b1b0f1d96
commit 20daeb57bb

View file

@ -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},