Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Oct 2, 2017
1 parent b54efaa commit cec0fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eez_psu_sketch/temp_sensor.cpp
Expand Up @@ -63,7 +63,7 @@ float TempSensor::doRead() {
debug::g_uTemp[index].set(adcValue);
}
#endif
float value = util::remap((float)adcValue, (float)p1_adc, p1_cels, (float)p2_adc, p2_cels);\
float value = util::remap((float)adcValue, (float)p1_adc, p1_cels, (float)p2_adc, p2_cels);
return value;
}

Expand Down

0 comments on commit cec0fc6

Please sign in to comment.