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