From bba436de5395bda8c83a31720a4243eba2646086 Mon Sep 17 00:00:00 2001 From: Fredrik Thulin Date: Thu, 9 Jun 2016 16:01:12 +0200 Subject: Put all the keystore commands under 'keystore' instead. Makes more sense to keep them together, at least in the cli-test. --- projects/cli-test/cli-test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'projects/cli-test/cli-test.c') 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 @@ -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); -- cgit v1.2.3