Skip to content

Commit

Permalink
remove another duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
kjyv committed Jan 4, 2023
1 parent 6775f70 commit 789c5a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rancilio-pid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2285,7 +2285,7 @@ int readSysParamsFromStorage(void) {
if (sysParaSteamSetPoint.getStorage() != 0) return -1;
if (sysParaUsePonM.getStorage() != 0) return -1;
if (sysParaUseBDPID.getStorage() != 0) return -1;
if (sysParaSteamSetPoint.getStorage() != 0) return -1;

return 0;
}

Expand Down

0 comments on commit 789c5a3

Please sign in to comment.