Browse Source

missing comma in last commit

whosawhatsis 12 years ago
parent
commit
6a61a3c0b4
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/thermistortables.h

+ 1
- 1
Marlin/thermistortables.h View File

310
    {955*OVERSAMPLENR, 35},
310
    {955*OVERSAMPLENR, 35},
311
    {973*OVERSAMPLENR, 27},
311
    {973*OVERSAMPLENR, 27},
312
    {991*OVERSAMPLENR, 17},
312
    {991*OVERSAMPLENR, 17},
313
-   {1009*OVERSAMPLENR, 1}
313
+   {1009*OVERSAMPLENR, 1},
314
    {1023*OVERSAMPLENR, 0}  //to allow internal 0 degrees C
314
    {1023*OVERSAMPLENR, 0}  //to allow internal 0 degrees C
315
 };
315
 };
316
 #endif
316
 #endif

Loading…
Cancel
Save