mirror of https://github.com/rusefi/wideband.git
narrator: no, it is not
This commit is contained in:
parent
d7b6ee1422
commit
c13385a32f
|
@ -2,7 +2,6 @@
|
|||
|
||||
float Pid::GetOutput(float setpoint, float observation)
|
||||
{
|
||||
// TODO: is this backwards?
|
||||
float error = setpoint - observation;
|
||||
|
||||
// Integrate error
|
||||
|
|
Loading…
Reference in New Issue