Trigger: warning code on normal engine start up #669

This commit is contained in:
rusefi 2019-05-11 10:46:17 -04:00
parent e0f9ba8a2a
commit f270ecaa76
1 changed files with 3 additions and 1 deletions

View File

@ -465,7 +465,9 @@ void initHardware(Logging *l) {
#if HAL_USE_ADC
initAdcInputs(isBoardTestMode_b);
#endif
// wait for first set of ADC values so that we do not produce invalid sensor data
waitForSlowAdc(1);
#endif /* HAL_USE_ADC */
#if EFI_BOARD_TEST
if (isBoardTestMode_b) {