got rid of <0.00015 rate correction error check

This commit is contained in:
Dhanya Maliakal
2016-08-04 17:27:45 +02:00
parent 29ba1f4042
commit ef9d64de64
4 changed files with 2 additions and 10 deletions

View File

@ -546,7 +546,7 @@ int64_t setRateCorrection(int64_t custom_tau_in_nsec){//in nanosec (will never b
if(ret<=0){
cprintf(RED,"Rate correction failed. Deactivating rate correction\n");
Feb_Control_SetRateCorrectionVariable(0);
return ret;//-1 is for tau/subexptime error, 0 for all other errors
return ret;
}
}
//activating rate correction