summaryrefslogtreecommitdiff
path: root/Sprinter/thermistortables.h
diff options
context:
space:
mode:
authorkliment <kliment.yanev@gmail.com>2012-02-24 13:59:59 -0800
committerkliment <kliment.yanev@gmail.com>2012-02-24 13:59:59 -0800
commit0ed514e153a7fe6fa6d9810e7373798ac4088dff (patch)
tree98031e82be19065afbcc73bf98f0a6a0c17b2252 /Sprinter/thermistortables.h
parent89180de4bfd598298f4d5e77889c57a250e35084 (diff)
parenteb421e6a653d12221d17d3c515b0ac54010dd253 (diff)
Merge pull request #144 from midopple/experimental
Fix Comment, Optimize, remove Unused code, fix makefile
Diffstat (limited to 'Sprinter/thermistortables.h')
-rw-r--r--Sprinter/thermistortables.h2
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},