@@ -164,7 +164,7 @@ void MC_Protect_OverHeat_Process(uint8_t T_MCU, uint8_t T_PCB, uint8_t T_Roil, u
else
{
//¹ýÈȱ£»¤»Ö¸´
- if((T_PCB < (TH - 20)) && (T_Roil < (TH + 5)) || (T_MCU < (TH - 40)))
+ if(((T_PCB < (TH - 20)) && (T_Roil < (TH + 5))) || (T_MCU < (TH - 40)))
p_MC_ErrorCode->ERROR_Bit.Protect_OverTemp = 0;
}