libdsp/lib_motor.c: remove reference to some unused data

This commit is contained in:
raiden00pl
2021-03-01 20:16:17 +01:00
committed by Xiang Xiao
parent 1e02175ae7
commit eeab79bd52
2 changed files with 4 additions and 35 deletions
-3
View File
@@ -324,9 +324,6 @@ struct motor_phy_params_f32_s
float res; /* Phase-to-neutral temperature compensated
* resistance
*/
float res_base; /* Phase-to-neutral base resistance */
float res_alpha; /* Temperature coefficient of resistance */
float res_temp_ref; /* Reference temperature of alpha */
float ind; /* Average phase-to-neutral inductance */
float one_by_ind; /* Inverse phase-to-neutral inductance */
};