Signed-off-by: huhui <huhui@sharkgulf.com>
@@ -211,7 +211,6 @@ void sample_motor_temp(void) {
motor_temp.value = ntc_get_motor_temp(r);
LowPass_Filter(motor_temp.filted_value, motor_temp.value, motor_temp.lowpass);
#endif
- motor_temp.filted_value = 0;
}
void sample_mos_temp(void) {