auto-sync

This commit is contained in:
rusEfi 2015-05-31 18:09:14 -04:00
parent a58afe3185
commit 98b105ea01
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ static void printAnalogChannelInfo(const char *name, adc_channel_e hwChannel) {
}
static void printAnalogInfo(void) {
printAnalogChannelInfo("hip9011", EFI_ADC_10);
printAnalogChannelInfo("hip9011", engineConfiguration->hipOutputChannel);
printAnalogChannelInfo("TPS", engineConfiguration->tpsAdcChannel);
printAnalogChannelInfo("pPS", engineConfiguration->pedalPositionChannel);
printAnalogChannelInfo("CLT", engineConfiguration->clt.adcChannel);