Skip to content

Commit

Permalink
Remove todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bocchino committed Mar 5, 2024
1 parent 677c8e7 commit c4147c1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Fw/Dp/docs/sdd.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,6 @@ Array records with _type = T_ have the following format:
|`Size`|`FwSizeType`|`sizeof(FwSizeStoreType)`|The number _n_ of elements in the record|
|`Data`|Array of _n_ _T_|_n_ * [`sizeof(`_T_`)` if _T_ is a primitive type; otherwise _T_`::SERIALIZED_SIZE`]|_n_ elements, each of type _T_|

_TODO: The array size should be serialized as `FwSizeStoreType`.
This requires a change to the FPP code generation.
See https://github.com/fprime-community/fpp/issues/393._

#### 5.1.4. Data Hash

The data hash has the following format.
Expand Down

0 comments on commit c4147c1

Please sign in to comment.