diff options
author | Fredrik Thulin <fredrik@thulin.net> | 2016-06-09 14:27:24 +0200 |
---|---|---|
committer | Fredrik Thulin <fredrik@thulin.net> | 2016-06-09 14:27:24 +0200 |
commit | 4c13550cf7ca3a5df64c82141980b5db98b58519 (patch) | |
tree | 429709921cff1f2e38ee4f913d1c0cd5eeac6802 /projects/cli-test/cli-test.c | |
parent | b97ba86151439a187c047353dc75d3cf2020043d (diff) |
updated test-code for keystore functionality
Diffstat (limited to 'projects/cli-test/cli-test.c')
-rw-r--r-- | projects/cli-test/cli-test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/projects/cli-test/cli-test.c b/projects/cli-test/cli-test.c index a52dbec..b89e7d4 100644 --- a/projects/cli-test/cli-test.c +++ b/projects/cli-test/cli-test.c @@ -40,6 +40,7 @@ #include "mgmt-misc.h" #include "mgmt-show.h" #include "mgmt-test.h" +#include "mgmt-set.h" #include <string.h> @@ -94,6 +95,7 @@ main() configure_cli_test(&cli); configure_cli_misc(&cli); configure_cli_dfu(&cli); + configure_cli_set(&cli); led_off(LED_RED); led_on(LED_GREEN); |