diff options
Diffstat (limited to 'projects/cli-test/mgmt-show.h')
-rw-r--r-- | projects/cli-test/mgmt-show.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/projects/cli-test/mgmt-show.h b/projects/cli-test/mgmt-show.h index 0d7ba3a..7b80a30 100644 --- a/projects/cli-test/mgmt-show.h +++ b/projects/cli-test/mgmt-show.h @@ -1,5 +1,5 @@ /* - * mgmt-misc.h + * mgmt-show.h * ----------- * Management CLI 'show' functions. * @@ -35,7 +35,6 @@ #ifndef __STM32_CLI_MGMT_SHOW_H #define __STM32_CLI_MGMT_SHOW_H -#include "stm-init.h" #include <libcli.h> extern void configure_cli_show(struct cli_def *cli); |