Skip to content

Commit d81aefe

Browse files
committed
Fix comment
1 parent 750cff7 commit d81aefe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

default/config/AcConstants.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ constant AssertFatalAdapterEventFileSize = FileNameStringSize
6262

6363
@ The maximum size in bytes for passing sequence arguments through CmdSeqIn ports
6464
@ Note: This must fit within FW_CMD_ARG_BUFFER_MAX_SIZE along with cmd arguments using Svc::SeqArgs
65-
@ Total serialized size: string length prefix + fileName + BlockState + SeqArgs.size field + buffer
65+
@ Total serialized size: string length prefix + fileName + BlockState + SeqArgs(size + buffer)
6666
constant SequenceArgumentsMaxSize = FW_CMD_ARG_BUFFER_MAX_SIZE - sizeof(FwSizeStoreType) - FileNameStringSize - sizeof(U8) - sizeof(FwSizeType)

0 commit comments

Comments
 (0)