diff options
author | midopple <mdoppler@gmx.at> | 2012-02-23 13:54:02 +0100 |
---|---|---|
committer | midopple <mdoppler@gmx.at> | 2012-02-23 13:54:02 +0100 |
commit | 20daeb57bb81507981bc71f79da7fb4765610ef5 (patch) | |
tree | 0ac3578ae8e386639c929cfddb6858a1d00da814 /Sprinter | |
parent | 4b1b0f1d96d2be2ed3941095f40a5c2d2bbb943d (diff) |
Thermistortable temptable_4
correct declaration: const short temptable_4[NUMTEMPS_4][2]
Diffstat (limited to 'Sprinter')
-rw-r--r-- | Sprinter/thermistortables.h | 2 |
1 files changed, 1 insertions, 1 deletions
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}, |