aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Heaters
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2020-10-14 14:54:51 +0300
committerShlomo Hecht <shlomo@twine-s.com>2020-10-14 14:54:51 +0300
commitef535ea84ac5b6db3d1f0736ec50ede4f74ef7e7 (patch)
treecec24e5cca9df6678cd19cb81d28ec1fff563a95 /Software/Embedded_SW/Embedded/Modules/Heaters
parent89428e7ea1fb949a2f121ec7384e056e0fa32903 (diff)
downloadTango-ef535ea84ac5b6db3d1f0736ec50ede4f74ef7e7.tar.gz
Tango-ef535ea84ac5b6db3d1f0736ec50ede4f74ef7e7.zip
merge
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Heaters')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/Heaters/Heaters_print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Heaters/Heaters_print.c b/Software/Embedded_SW/Embedded/Modules/Heaters/Heaters_print.c
index b61201992..c46d62ade 100644
--- a/Software/Embedded_SW/Embedded/Modules/Heaters/Heaters_print.c
+++ b/Software/Embedded_SW/Embedded/Modules/Heaters/Heaters_print.c
@@ -1552,7 +1552,7 @@ uint32_t HeaterControlCBFunction(uint32_t IfIndex, uint32_t readValue)
if ((readValue < (HeaterCmd[index].targettemperatue * AcHeatersLoweroperationLimit/1000))||(readValue > (HeaterCmd[index].targettemperatue * AcHeatersUpperoperationLimit/1000)))//read value within 0.5 percent from target
{
//InitialHeating = false;
- ReportWithPackageFilter(HeatersFilter,"AC NOTReady",__FILE__,index,readValue,RpWarning,(HeaterCmd[index].targettemperatue), 0);
+ ReportWithPackageFilter(HeatersFilter,"AC NOT Ready",__FILE__,index,readValue,RpWarning,(HeaterCmd[index].targettemperatue), 0);
HeaterAtTemp[index] = false;
HeaterPrepareReady();
}