aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Thread
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2020-03-03 14:51:02 +0200
committerShlomo Hecht <shlomo@twine-s.com>2020-03-03 14:51:02 +0200
commit1bd06862fd3874775986256b3ce9ff541108d117 (patch)
tree5b912439ba01b98925a463911027a0bc85bc0414 /Software/Embedded_SW/Embedded/Modules/Thread
parentc95669fee0ae81693079c7c35330ae5174d471b9 (diff)
downloadTango-1bd06862fd3874775986256b3ce9ff541108d117.tar.gz
Tango-1bd06862fd3874775986256b3ce9ff541108d117.zip
add WASTE_TANK_ZERO_VALUE to the EEPROM data
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Thread')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c
index 8cd917a8d..bc6662aac 100644
--- a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c
+++ b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c
@@ -786,6 +786,7 @@ uint32_t HandleJobThreadControlParameters(ThreadParameters* ThreadParams)
if(ThreadParams->bypassrockers)
Thread_Rockers_Bypass = true;
+ return OK;
}
//********************************************************************************************************************
uint32_t ThreadPrepareState(void *JobDetails)
@@ -1187,7 +1188,7 @@ char Endstr[150];
if (PoolerSpeedControlId != 0xFF)
{
if(RemoveControlCallback(PoolerSpeedControlId,PoolerThreadLengthCBFunction)!=OK)
- ReportWithPackageFilter(ThreadFilter,"Remove Control Failed.",__FILE__,__LINE__,(int)Motor_i,RpError,(int)PoolerSpeedControlId,0);
+ ReportWithPackageFilter(ThreadFilter,"Remove Control Failed.",__FILE__,__LINE__,(int)PoolerThreadLengthCBFunction,RpError,(int)PoolerSpeedControlId,0);
PoolerSpeedControlId = 0xFF;
}