Unused Semicolon

This commit is contained in:
2025-12-09 21:59:24 +01:00
parent 15014d8542
commit c27471ae03

View File

@ -104,7 +104,6 @@ string Drive::sPowerCyclesToText()
string Drive::sTemperatureToText()
{
return to_string(getTemperature()) + " C";
;
}
void Drive::setTaskPercentage(double d32TaskPercentage)