remaining mock ADC fix #3672

docs
This commit is contained in:
rusefillc 2021-12-07 19:45:02 -05:00
parent 18be72968a
commit abc76689e4
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ void setMockVoltage(int hwChannel, float voltage) {
engine->engineState.mockAdcState.setMockVoltage(hwChannel, voltage);
}
// used by HW CI testing
void setMockMafVoltage(float voltage) {
setMockVoltage(engineConfiguration->mafAdcChannel, voltage);
}