Searched refs:temp_actual_degC (Results 1 – 1 of 1) sorted by relevance
192 double temp_actual_degC = sensor_value_to_double(&sensor_val); in test_temperature() local195 zexpect_within(temp_expected_degC, temp_actual_degC, 125e-3, in test_temperature()196 "Expected %.6f A, got %.6f A", temp_expected_degC, temp_actual_degC); in test_temperature()