un-flip logic

This commit is contained in:
Matthew Kennedy 2020-12-10 21:33:33 -08:00
parent 266a067fed
commit 47050e8c5a
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ void setFault(Fault fault)
bool hasFault() bool hasFault()
{ {
return currentFault == Fault::None; return currentFault != Fault::None;
} }
Fault getCurrentFault() Fault getCurrentFault()