diff options
Diffstat (limited to 'config_cmds.h')
-rw-r--r-- | config_cmds.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config_cmds.h b/config_cmds.h index e3ce369..a123ec8 100644 --- a/config_cmds.h +++ b/config_cmds.h @@ -31,6 +31,7 @@ single_cmd_def confgi_cmd_list[] = {"FIR",cmd_fir}, {"HELP",cmd_help}, {"SPI",cmd_spi}, + {"STAT",cmd_stat}, {NULL,NULL} }; |