nasa / CF

The Core Flight System (cFS) CFDP application.
Apache License 2.0
76 stars 45 forks source link

Fix #139, Remove use of message storage in CF_AppData global #371

Closed thnkslprpt closed 1 year ago

thnkslprpt commented 1 year ago

Checklist

Describe the contribution Fixes #139 Removed the only remaining use of the global data structure to store the message buffer. No longer required and all tests passing without need for it. Some typos and capitalizations of acronyms added along with this PR. Code changes are in cf_cfdp_sbintf.c. The rest are typos/comments amendments.

Testing performed GitHub CI actions (incl. Build + Run, Unit Tests etc.) all passing successfully.

Expected behavior changes No change to behavior.

Contributor Info Avi Weiss @thnkslprpt