https://github.com/SRA-AVITRA/avitra_esp/blob/488bf4fef609df3e0a4299dc2b68873eaa7df24c/test/rpm_tuning/main/motor.c#L20 Do you really need `+=` ? Can't the operator be only pure `=`?
avitra_esp/test/rpm_tuning/main/motor.c
Line 20 in 488bf4f
Do you really need
+=? Can't the operator be only pure=?