diff options
| author | hathach <[email protected]> | 2014-03-13 18:11:59 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2014-03-13 18:11:59 +0700 |
| commit | f1692c93ac7f9990490223cf924d84e1cbdcbeb6 (patch) | |
| tree | c125767ad7d26476707049784ff17324ef4f9ece /demos/host/src/cli.c | |
| parent | 8fbafc460cceb6943179c0b0613d619bb9511b3c (diff) | |
fix some warnings
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
|
