aboutsummaryrefslogtreecommitdiff
path: root/projects/cli-test/cli-test.c
diff options
context:
space:
mode:
authorFredrik Thulin <fredrik@thulin.net>2016-06-09 16:01:12 +0200
committerFredrik Thulin <fredrik@thulin.net>2016-06-09 16:01:12 +0200
commitbba436de5395bda8c83a31720a4243eba2646086 (patch)
treeb890dd1303f513d8da1687841efae03ac3f39de6 /projects/cli-test/cli-test.c
parent4c13550cf7ca3a5df64c82141980b5db98b58519 (diff)
Put all the keystore commands under 'keystore' instead.
Makes more sense to keep them together, at least in the cli-test.
Diffstat (limited to 'projects/cli-test/cli-test.c')
-rw-r--r--projects/cli-test/cli-test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/projects/cli-test/cli-test.c b/projects/cli-test/cli-test.c
index b89e7d4..a387751 100644
--- a/projects/cli-test/cli-test.c
+++ b/projects/cli-test/cli-test.c
@@ -40,7 +40,7 @@
#include "mgmt-misc.h"
#include "mgmt-show.h"
#include "mgmt-test.h"
-#include "mgmt-set.h"
+#include "mgmt-keystore.h"
#include <string.h>
@@ -95,7 +95,7 @@ main()
configure_cli_test(&cli);
configure_cli_misc(&cli);
configure_cli_dfu(&cli);
- configure_cli_set(&cli);
+ configure_cli_keystore(&cli);
led_off(LED_RED);
led_on(LED_GREEN);