Searched refs:LOWER_DEBOUNCE_TEMP (Results 1 – 1 of 1) sorted by relevance
164 #define LOWER_DEBOUNCE_TEMP (15000) macro1059 if (temp_last - temp > LOWER_DEBOUNCE_TEMP) in predict_temp()1060 temp = temp_last - LOWER_DEBOUNCE_TEMP / 3; in predict_temp()