Skip to content

Commit dbe7797

Browse files
committed
include: Add missing description for command.h
Change-Id: Idbb3281df6ec306cde6a2b6c2fae49c6cadafcf7 Signed-off-by: Ajay Bhargav <[email protected]>
1 parent 8ac1f04 commit dbe7797

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

include/command.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77

88
#include "private/linker_list.h"
99

10+
/**
11+
* Maximum number of allowed arguments
12+
* including commmand
13+
*/
1014
#define CMD_MAX_ARGS 16
1115

1216
/**

0 commit comments

Comments
 (0)