Add OV() macro for use in thermistor tables
This commit is contained in:
@@ -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 }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user