Searched refs:MAX_TEMP (Results 1 – 1 of 1) sorted by relevance
41 #define MAX_TEMP 45.0f // No Data is collected above 45 degree C. macro43 ((MAX_TEMP - MIN_TEMP) / \481 if (temp < MAX_TEMP && temp > MIN_TEMP) { in accelCalRun()