Skip to content

Commit 6ee728c

Browse files
committed
remove aos_frame global
1 parent 4935b62 commit 6ee728c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/crypto.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ CCSDS_t sdls_frame;
5050
TM_FramePrimaryHeader_t tm_frame_pri_hdr; // Used to reduce bit math duplication
5151
TM_FrameSecurityHeader_t tm_frame_sec_hdr; // Used to reduce bit math duplication
5252
// AOS
53-
uint8_t aos_frame[AOS_MAX_FRAME_SIZE]; // AOS Global Frame
53+
// uint8_t aos_frame[AOS_MAX_FRAME_SIZE]; // AOS Global Frame
5454
AOS_FramePrimaryHeader_t aos_frame_pri_hdr; // Used to reduce bit math duplication
5555
AOS_FrameSecurityHeader_t aos_frame_sec_hdr; // Used to reduce bit math duplication
5656
// OCF

0 commit comments

Comments
 (0)