diff options
Diffstat (limited to 'demos/host/src/cli.c')
| -rw-r--r-- | demos/host/src/cli.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/host/src/cli.c b/demos/host/src/cli.c index 6abf1467d..b3bdb3967 100644 --- a/demos/host/src/cli.c +++ b/demos/host/src/cli.c @@ -92,7 +92,7 @@ static char const * const cli_error_message[] = #define CLI_PROTOTYPE_EXPAND(command, function, description) \
cli_error_t function(char * p_para);
-CLI_COMMAND_TABLE(CLI_PROTOTYPE_EXPAND);
+CLI_COMMAND_TABLE(CLI_PROTOTYPE_EXPAND)
//--------------------------------------------------------------------+
// Expand to enum value
|
