Skip to content

Commit

Permalink
Merge pull request #17 from CarletonURocketry/mission-time
Browse files Browse the repository at this point in the history
Fix typo in foreword for data blocks.
  • Loading branch information
linguini1 authored May 8, 2024
2 parents 3e97dac + 79bfc7a commit d42989a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radio-packet-format/sections/packets/blocks/data/data.tex
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ \subsection{Data Blocks}
Note that all \textbf{mission time} fields are measured in milliseconds since launch, and are all unsigned 32-bit
integers.

Any integer fields larger than 1 byte are in little-endian format. Any unsigned integers are in two's complement format.
Any integer fields larger than 1 byte are in little-endian format. Any signed integers are in two's complement format.
This is because fields are packaged using C structs on a little endian machine (the de-facto standard).

\begin{table}[H]
Expand Down

0 comments on commit d42989a

Please sign in to comment.