From a982a52ab39f4b3fa5b678a8aabba2f66f25518e Mon Sep 17 00:00:00 2001 From: hathach Date: Fri, 24 Jan 2014 21:51:24 +0700 Subject: refractor __n2be_16 --- demos/host/src/cli.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'demos/host/src/cli.c') diff --git a/demos/host/src/cli.c b/demos/host/src/cli.c index a9bef79a4..8816d43ba 100644 --- a/demos/host/src/cli.c +++ b/demos/host/src/cli.c @@ -88,7 +88,7 @@ static char const * const cli_error_message[] = // Expands the function to have the standard function signature //--------------------------------------------------------------------+ #define CLI_PROTOTYPE_EXPAND(command, function, description) \ - cli_error_t function(char *); + cli_error_t function(char * p_para); CLI_COMMAND_TABLE(CLI_PROTOTYPE_EXPAND); @@ -108,7 +108,6 @@ typedef enum { char const* const cli_string_tbl[] = { CLI_COMMAND_TABLE(CLI_STRING_EXPAND) - 0 }; //--------------------------------------------------------------------+ @@ -118,7 +117,6 @@ char const* const cli_string_tbl[] = char const* const cli_description_tbl[] = { CLI_COMMAND_TABLE(CLI_DESCRIPTION_EXPAND) - 0 }; -- cgit v1.3.1