better method name

This commit is contained in:
rusefillc 2022-11-27 18:17:08 -05:00
parent 9321aae600
commit 3745d34249
2 changed files with 2 additions and 2 deletions

View File

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

View File

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