is of type int
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good

This commit is contained in:
Marius Eggert 2024-01-27 10:35:33 +01:00
parent 5f388d53a6
commit 6cf746463b

View File

@ -221,7 +221,7 @@ void PtgCtrl::rwAntistiction(ACS::SensorValues *sensorValues, int32_t *rwCmdSpee
} }
} }
} else { } else {
rwCmdSpeeds[i] = 0.0; rwCmdSpeeds[i] = 0;
} }
} }
} }