diff options
| author | Avi Levkovich <avi@twine-s.com> | 2020-12-24 16:20:59 +0200 |
|---|---|---|
| committer | Avi Levkovich <avi@twine-s.com> | 2020-12-24 16:20:59 +0200 |
| commit | 71f7f59a5345c2df5d2fa8c641a88bf1d12bf063 (patch) | |
| tree | bea86c782bb1a56cef3c824468680e8f0b9df476 /Software/Embedded_SW/Embedded/Modules/IDS/IDS_maint.c | |
| parent | 49251db3f95a2c3146fc94ef2d487042891a6220 (diff) | |
| parent | a7d02907a37ba35da13b03264ba5110bd08f83c1 (diff) | |
| download | Tango-71f7f59a5345c2df5d2fa8c641a88bf1d12bf063.tar.gz Tango-71f7f59a5345c2df5d2fa8c641a88bf1d12bf063.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/IDS/IDS_maint.c')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Modules/IDS/IDS_maint.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/IDS/IDS_maint.c b/Software/Embedded_SW/Embedded/Modules/IDS/IDS_maint.c index 1528a9a3b..9c422444f 100644 --- a/Software/Embedded_SW/Embedded/Modules/IDS/IDS_maint.c +++ b/Software/Embedded_SW/Embedded/Modules/IDS/IDS_maint.c @@ -195,6 +195,7 @@ uint32_t IDS_Honing_Timeout_Callback(uint32_t DispenserId, uint32_t ReadValue) ReportWithPackageFilter(IDSFilter,"IDS_Honing_Timeout_Callback",__FILE__,DispenserId,(int)(GetDispenserPressure(DispenserId)*100),RpWarning,2000,0); SafeRemoveControlCallback(DispenserHomingTimeoutControlId[DispenserId], IDS_Honing_Timeout_Callback ); AlarmHandlingSetAlarm (DispenserId+EVENT_TYPE__DISPENSER_1_REFILL_FAILURE,true); + return OK; } uint32_t IDS_HomeDispenserCallback(uint32_t motorId, uint32_t ReadValue) |
