Browse Source

Correct temptable_55 name.

Erik vd Zalm 11 years ago
parent
commit
0e89022cc3
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/thermistortables.h

+ 1
- 1
Marlin/thermistortables.h View File

@@ -419,7 +419,7 @@ const short temptable_52[][2] PROGMEM = {
419 419
 // Verified by linagee. Source: http://shop.arcol.hu/static/datasheets/thermistors.pdf
420 420
 // Calculated using 1kohm pullup, voltage divider math, and manufacturer provided temp/resistance
421 421
 // Advantage: More resolution and better linearity from 150C to 200C
422
-const short temptable_52[][2] PROGMEM = {
422
+const short temptable_55[][2] PROGMEM = {
423 423
    {1*OVERSAMPLENR, 500},
424 424
    {76*OVERSAMPLENR, 300},
425 425
    {87*OVERSAMPLENR, 290},

Loading…
Cancel
Save