nasa / fprime

F´ - A flight software and embedded systems framework
https://fprime.jpl.nasa.gov
Apache License 2.0
10.02k stars 1.29k forks source link

Fix data product array record size #2568

Closed bocchino closed 5 months ago

bocchino commented 5 months ago

This PR fixes an issue with the data product header specification. The size of an array record was stored as FwSizeType instead of FwSizeStoreType.

Changes in This PR

Related Issues

https://github.com/fprime-community/fpp/issues/393

LeStarch commented 5 months ago

@bocchino: I do did not see changes to code in Fw was that required for the step "Update framework code." or was that captrued in fpp?

bocchino commented 5 months ago

You're right, it should say "update FppTest code." I fixed the comment.