fix mixed up CLT & IAT in the bench_test_raw_analog CAN packet https://github.com/rusefi/rusefi-hardware/issues/228 (#5533)

This commit is contained in:
Andreika 2023-08-22 15:51:12 +03:00 committed by GitHub
parent f50cc7743c
commit 073f6cfbb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -61,8 +61,8 @@ void sendRawAnalogValues() {
Sensor::getRaw(SensorType::AcceleratorPedalPrimary),
Sensor::getRaw(SensorType::AcceleratorPedalSecondary),
Sensor::getRaw(SensorType::MapSlow),
Sensor::getRaw(SensorType::Iat),
Sensor::getRaw(SensorType::Clt),
Sensor::getRaw(SensorType::Iat),
Sensor::getRaw(SensorType::BatteryVoltage),
};