Skip to content

Commit

Permalink
Bug Fix in currently unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
doudar committed Mar 16, 2024
1 parent 8567ea8 commit 5bcaf4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ERG_Mode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ int TorqueBuffer::getReadings() {
if (this->torqueEntry[i].readings != 0) {
ret++;
}
return ret;
}
return ret;
}

void TorqueTable::processTorqueValue(TorqueBuffer& torqueBuffer, int cadence, Measurement watts) {
Expand Down

0 comments on commit 5bcaf4d

Please sign in to comment.