aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Waste
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2020-11-03 12:08:14 +0200
committerShlomo Hecht <shlomo@twine-s.com>2020-11-03 12:08:14 +0200
commit09acf407dc5f432a2c293bde6ebf103b28af2549 (patch)
treeca240db202dc66c03d05dd46e2e34777254cf2de /Software/Embedded_SW/Embedded/Modules/Waste
parent612f456f46ebf6726dd1aa2b0fe1476a72011d3a (diff)
downloadTango-09acf407dc5f432a2c293bde6ebf103b28af2549.tar.gz
Tango-09acf407dc5f432a2c293bde6ebf103b28af2549.zip
bugs, mostly in arc head init
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Waste')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/Waste/Waste_maint.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Waste/Waste_maint.c b/Software/Embedded_SW/Embedded/Modules/Waste/Waste_maint.c
index 5471397aa..25fb8e962 100644
--- a/Software/Embedded_SW/Embedded/Modules/Waste/Waste_maint.c
+++ b/Software/Embedded_SW/Embedded/Modules/Waste/Waste_maint.c
@@ -608,6 +608,8 @@ uint32_t Waste_PrepareCallbak(uint32_t IfIndex, uint32_t ReadValue)
{
SafeRemoveControlCallback(WasteReadyControlId,Waste_PrepareCallbak);
WasteReadyControlId = 0xFF;
+ JobEndReason = JOB_PRESSURE_ALARM;
+ usnprintf(AlarmReasonStr, 100, "Module waste prepare - air flow not stabilized");
Report("Module waste prepare failed!", __FILE__, __LINE__, headready, RpMessage, headready, 0);
PrepareReady(Module_Waste,ModuleFail);
}