Searched refs:HIGHER_DEBOUNCE_TEMP (Results 1 – 1 of 1) sorted by relevance
163 #define HIGHER_DEBOUNCE_TEMP (30000) macro1057 if (temp - temp_last > HIGHER_DEBOUNCE_TEMP) in predict_temp()1058 temp = temp_last + HIGHER_DEBOUNCE_TEMP / 3; in predict_temp()