Обновление 23.06.2026

This commit is contained in:
Дарья Бараева 2026-06-24 09:17:10 +03:00
parent 98e1e67bb4
commit ccd382221e
1 changed files with 6 additions and 6 deletions

View File

@ -552,11 +552,11 @@ static _Noreturn void Adc0_Thread(tAdc0Task *env) {
LoggerErrorStatic(LOGGER, LOG_SIGN, "Access error Adc0_Thread"); LoggerErrorStatic(LOGGER, LOG_SIGN, "Access error Adc0_Thread");
} }
++env->step; // ++env->step;
if (env->step > MAX_ADC_FILTER_SIZE * 2) { // if (env->step > MAX_ADC_FILTER_SIZE * 2) {
// SystemDelayMs(10); // SystemDelayMs(10);
} // }
} }
} }
@ -700,11 +700,11 @@ static _Noreturn void Adc1_Thread(tAdc1Task *env) {
LoggerErrorStatic(LOGGER, LOG_SIGN, "Access error Adc1_Thread"); LoggerErrorStatic(LOGGER, LOG_SIGN, "Access error Adc1_Thread");
} }
++env->step; // ++env->step;
if (env->step > MAX_ADC_FILTER_SIZE * 2) { // if (env->step > MAX_ADC_FILTER_SIZE * 2) {
// SystemDelayMs(10); // SystemDelayMs(10);
} // }
} }
} }