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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
In file md_dwell_pkt.c function MD_GetDwellData, all the "-1" status values could be replaced with an enum.
Finding from code review.
Imported from GSFCCFS-1048
The text was updated successfully, but these errors were encountered:
Fix nasa#3, Add enum to GetDwellData() to remove magic number error c…
e93ea9b
…odes
Fix nasa#3, Add enum to remove magic number error codes from GetDwell…
2ce471c
…Data()
48ba9eb
Merge pull request #38 from thnkslprpt/fix-3-remove-magic-number-erro…
116d298
…r-codes-in-getdwelldata Fix #3, Add enum to remove magic number error codes from GetDwellData()
Successfully merging a pull request may close this issue.
In file md_dwell_pkt.c function MD_GetDwellData, all the "-1" status values could be replaced with an enum.
Finding from code review.
Imported from GSFCCFS-1048
The text was updated successfully, but these errors were encountered: