This commit is contained in:
rusefi 2024-04-23 16:34:22 -04:00
parent b84e47f125
commit 3e0fde22d2
1 changed files with 1 additions and 0 deletions

View File

@ -180,6 +180,7 @@ static void fast_adc_callback(GPTDriver*) {
ADC_FAST_DEVICE.state != ADC_ERROR) {
engine->outputChannels.fastAdcErrorsCount++;
// todo: when? why? criticalError("ADC fast not ready?");
// see notes at https://github.com/rusefi/rusefi/issues/6399
chSysUnlockFromISR();
return;
}