missing comma in last commit
This commit is contained in:
parent
f0aee4101a
commit
6a61a3c0b4
1 changed files with 1 additions and 1 deletions
|
@ -310,7 +310,7 @@ const short temptable_7[][2] PROGMEM = {
|
||||||
{955*OVERSAMPLENR, 35},
|
{955*OVERSAMPLENR, 35},
|
||||||
{973*OVERSAMPLENR, 27},
|
{973*OVERSAMPLENR, 27},
|
||||||
{991*OVERSAMPLENR, 17},
|
{991*OVERSAMPLENR, 17},
|
||||||
{1009*OVERSAMPLENR, 1}
|
{1009*OVERSAMPLENR, 1},
|
||||||
{1023*OVERSAMPLENR, 0} //to allow internal 0 degrees C
|
{1023*OVERSAMPLENR, 0} //to allow internal 0 degrees C
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
Reference in a new issue