auto-sync

This commit is contained in:
rusEfi 2015-08-30 15:01:34 -04:00
parent 53bead7e10
commit 400185ffa3
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ static void pwmpcb_fast(PWMDriver *pwmp) {
int getInternalAdcValue(const char *msg, adc_channel_e hwChannel) {
if (hwChannel == EFI_ADC_NONE) {
warning(OBD_PCM_Processor_Fault, "ADC: should not be asking for NONE %s", msg);
warning(OBD_PCM_Processor_Fault, "ADC: %s input is not configured", msg);
return -1;
}