Skip to content

Commit

Permalink
[#314] Update TC_FRAME_DATA_SIZE to be within bounds, and proper comm…
Browse files Browse the repository at this point in the history
…ents
  • Loading branch information
rjbrown6 committed Sep 20, 2024
1 parent 53491a6 commit ef050ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/crypto_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
#define TC_SH_SIZE 8 /* bits */
#define TC_SN_SIZE 2
#define TC_SN_WINDOW 10 /* +/- value */
#define TC_FRAME_DATA_SIZE 1740 /* bytes */
#define TC_FRAME_DATA_SIZE 1019 /* bytes */ // 1024 - 5byte header

// CCSDS PUS Defines
#define TLV_DATA_SIZE 494 /* bytes */
Expand Down

0 comments on commit ef050ad

Please sign in to comment.