mirror of https://github.com/rusefi/wideband.git
un-flip logic
This commit is contained in:
parent
266a067fed
commit
47050e8c5a
|
@ -9,7 +9,7 @@ void setFault(Fault fault)
|
||||||
|
|
||||||
bool hasFault()
|
bool hasFault()
|
||||||
{
|
{
|
||||||
return currentFault == Fault::None;
|
return currentFault != Fault::None;
|
||||||
}
|
}
|
||||||
|
|
||||||
Fault getCurrentFault()
|
Fault getCurrentFault()
|
||||||
|
|
Loading…
Reference in New Issue