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
LC_SampleAPReq
Checklist
Describe the bug The continue is unnessesary if the prior if condition just checks for > 0 instead of == 0.
continue
if
> 0
== 0
Code snips
LC/fsw/src/lc_cmds.c
Lines 90 to 106 in 752a024
Reporter Info Avi Weiss @thnkslprpt
The text was updated successfully, but these errors were encountered:
Fix nasa#106, Simplify loop in LC_SampleAPReq by removing continue
a1876b4
b9e0762
b8b3a46
Successfully merging a pull request may close this issue.
Checklist
Describe the bug
The
continue
is unnessesary if the priorif
condition just checks for> 0
instead of== 0
.Code snips
LC/fsw/src/lc_cmds.c
Lines 90 to 106 in 752a024
Reporter Info
Avi Weiss @thnkslprpt
The text was updated successfully, but these errors were encountered: