nasa / PSP

The Core Flight System (cFS) Platform Support Package (PSP)
Apache License 2.0
68 stars 56 forks source link

Fix #387, Replace hand-written function names with __func__ #388

Closed thnkslprpt closed 9 months ago

thnkslprpt commented 1 year ago

Checklist

Describe the contribution

Although the names of these functions are unlikely to change, it never hurts to lower dependence on hand-written comments that may need to be updated in the future. May as well use the functionality provided by the predefined identifiers if it's available.

Testing performed GitHub CI actions all passing successfully and local cFS bundle tests confirm no issues.

Expected behavior changes No change to behavior.

Contributor Info Avi Weiss @thnkslprpt