Skip to content

Commit

Permalink
add SSP to protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
berthubert committed Sep 11, 2022
1 parent caf0a36 commit 30f2bb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion navmon.proto
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ message NavMonMessage {
optional bytes reserved2 = 8;
optional bytes sar = 9;
optional bytes spare = 10;
optional bytes crc = 11;
optional bytes crc = 11;
optional uint32 ssp = 12;
}

message GalileoFnav {
Expand Down

0 comments on commit 30f2bb4

Please sign in to comment.