Skip to content

Commit d28bec8

Browse files
committed
mbed-client-cli: ns_cmdline: make cmd_class_t cmd private
1 parent e556ca3 commit d28bec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/frameworks/mbed-client-cli/source/ns_cmdline.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ typedef struct cmd_class_s {
355355
input_passthrough_func_t passthrough_fnc; // input passthrough cb function
356356
} cmd_class_t;
357357

358-
cmd_class_t cmd = {
358+
static cmd_class_t cmd = {
359359
.init = false,
360360
.cmd_ptr = NULL,
361361
.mutex_wait_fnc = NULL,

0 commit comments

Comments
 (0)