Add OV() macro for thermistor tables

This commit is contained in:
Scott Lahteine
2017-11-15 03:20:36 -06:00
parent d2613ce077
commit 69a710fef1
26 changed files with 965 additions and 964 deletions

View File

@@ -27,6 +27,6 @@
#endif
const short temptable_998[][2] PROGMEM = {
{ 1 * OVERSAMPLENR, DUMMY_THERMISTOR_998_VALUE },
{ 1023 * OVERSAMPLENR, DUMMY_THERMISTOR_998_VALUE }
{ OV( 1), DUMMY_THERMISTOR_998_VALUE },
{ OV(1023), DUMMY_THERMISTOR_998_VALUE }
};