We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RecomputeInProgress
false
Checklist
Describe the bug RecomputeInProgress checked for false and then immediately assigned false
Code snips
CS/fsw/src/cs_cmds.c
Lines 455 to 459 in f958cc0
Lines 526 to 534 in f958cc0
Expected behavior Remove redundant assignment to simplify function.
Reporter Info Avi Weiss @thnkslprpt
The text was updated successfully, but these errors were encountered:
Fix nasa#101, Remove redundant assignment of RecomputeInProgress
1d6cbd7
Successfully merging a pull request may close this issue.
Checklist
Describe the bug
RecomputeInProgress
checked forfalse
and then immediately assignedfalse
Code snips
CS/fsw/src/cs_cmds.c
Lines 455 to 459 in f958cc0
CS/fsw/src/cs_cmds.c
Lines 526 to 534 in f958cc0
Expected behavior
Remove redundant assignment to simplify function.
Reporter Info
Avi Weiss @thnkslprpt
The text was updated successfully, but these errors were encountered: