X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fcli.h;h=26c725b76ebe50a80239f72010be91fb6a8106e7;hb=6095187b080b960d111a54f18a3b2da788d2d59d;hp=52c015916cd11675cc1b8a5adef2c10fc8010b55;hpb=61b5214b9a948a74fe9c22586b84d19d24537fdb;p=arm-crypto-lib.git diff --git a/test_src/cli.h b/test_src/cli.h index 52c0159..26c725b 100644 --- a/test_src/cli.h +++ b/test_src/cli.h @@ -42,10 +42,10 @@ typedef struct { #define CLI_OPTION_MANP 0x02 typedef struct { - const char* cmd_name; /* string containing the function name */ - const char* cmd_param_str; /* param descriptor string */ + const char* cmd_name; /* string containing the function name */ + const char* cmd_param_str; /* param descriptor string */ void_fpt cmd_function; /* function pointer */ - cmdoption_t* options; + const cmdoption_t* options; } cmdlist_entry_t; extern cli_rx_fpt cli_rx;