We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95c41f6 commit faf0e21Copy full SHA for faf0e21
samples/subsys/shell/shell_module/src/dynamic_cmd.c
@@ -7,6 +7,7 @@
7
#include <shell/shell.h>
8
#include <ctype.h>
9
#include <stdio.h>
10
+#include <stdlib.h>
11
12
#define MAX_CMD_CNT (20u)
13
#define MAX_CMD_LEN (33u)
0 commit comments