Обновление платы на V2
This commit is contained in:
parent
8061789dbf
commit
081a4faadc
|
|
@ -411,8 +411,8 @@ static _Noreturn void Adc0_Thread(tAdc0Task *env) {
|
|||
}
|
||||
|
||||
|
||||
float IGN_ANS = (float) rtDW.ADC_Data_Model.IGN_ANS * 27.75f / 4095.0f;
|
||||
LoggerFormatInfo(LOGGER, LOG_SIGN, "IGN = %f", IGN_ANS);
|
||||
// float IGN_ANS = (float) rtDW.ADC_Data_Model.IGN_ANS * 27.75f / 4095.0f;
|
||||
// LoggerFormatInfo(LOGGER, LOG_SIGN, "IGN = %f", IGN_ANS);
|
||||
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue