better method name

This commit is contained in:
rusefillc 2022-11-27 18:17:08 -05:00
parent 8cf9490921
commit b73ef09f23
2 changed files with 2 additions and 2 deletions

View File

@ -174,7 +174,7 @@ void LimpManager::onIgnitionStateChanged(bool ignitionOn) {
m_ignitionOn = ignitionOn; m_ignitionOn = ignitionOn;
} }
void LimpManager::etbProblem() { void LimpManager::reportEtbProblem() {
m_allowEtb.clear(ClearReason::EtbProblem); m_allowEtb.clear(ClearReason::EtbProblem);
setFaultRevLimit(1500); setFaultRevLimit(1500);
} }

View File

@ -98,7 +98,7 @@ public:
bool allowTriggerInput() const; bool allowTriggerInput() const;
// Other subsystems call these APIs to indicate a problem has occurred // Other subsystems call these APIs to indicate a problem has occurred
void etbProblem(); void reportEtbProblem();
void fatalError(); void fatalError();
private: private: