random Frankenso clean-up

This commit is contained in:
rusefillc 2022-12-14 19:28:28 -05:00
parent 426c644ee2
commit e189d6517b
1 changed files with 2 additions and 0 deletions

View File

@ -192,6 +192,7 @@ TEST(SensorInit, Clt) {
// 2003 neon sensor
engineConfiguration->clt.config = {0, 30, 100, 32500, 7550, 700, 2700};
engineConfiguration->clt.adcChannel = EFI_ADC_6;
initThermistors();
@ -220,6 +221,7 @@ TEST(SensorInit, Lambda) {
TEST(SensorInit, Map) {
EngineTestHelper eth(TEST_ENGINE);
engineConfiguration->map.sensor.hwChannel = EFI_ADC_4;
initMap();