From 6d22a60ae5515f79a8bf30b98c31ee89f4776aad Mon Sep 17 00:00:00 2001 From: lorenzo-gomez-windhover Date: Fri, 29 Oct 2021 19:23:32 -0500 Subject: [PATCH] -Add ASM to TO frames. --- config/obc/ppd/apps/to/to_custom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/obc/ppd/apps/to/to_custom.c b/config/obc/ppd/apps/to/to_custom.c index 23c66b733..deceba51f 100644 --- a/config/obc/ppd/apps/to/to_custom.c +++ b/config/obc/ppd/apps/to/to_custom.c @@ -584,7 +584,7 @@ void TO_OutputChannel_FrameSend(uint32 ChannelIdx) if(TRUE == sendMessage) { - int32 sendResult = TO_OutputChannel_Send(ChannelIdx, &TO_AppCustomData.buffer[TM_SYNC_ASM_SIZE], caduSize - TM_SYNC_ASM_SIZE); + int32 sendResult = TO_OutputChannel_Send(ChannelIdx, &TO_AppCustomData.buffer[0], caduSize); if (sendResult != 0) { TO_OutputChannel_Disable(ChannelIdx);