aboutsummaryrefslogtreecommitdiff
path: root/projects/cli-test/mgmt-cli.c
diff options
context:
space:
mode:
authorPaul Selkirk <paul@psgd.org>2016-05-24 18:13:26 -0400
committerPaul Selkirk <paul@psgd.org>2016-05-24 18:15:07 -0400
commitebe70741a4771698423e4c61939e88d6db66460d (patch)
treebf78c5e845c809e6dff113e0b2e46c94972317f4 /projects/cli-test/mgmt-cli.c
parent9bb798876768f702c5940dcf67feffc6d0e9a0a4 (diff)
parent6265025f7cd7f606b6da62c7add13a6008500cf7 (diff)
Merge branch 'master' of git.cryptech.is:sw/stm32
Diffstat (limited to 'projects/cli-test/mgmt-cli.c')
-rw-r--r--projects/cli-test/mgmt-cli.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/projects/cli-test/mgmt-cli.c b/projects/cli-test/mgmt-cli.c
index 8d53515..faaafda 100644
--- a/projects/cli-test/mgmt-cli.c
+++ b/projects/cli-test/mgmt-cli.c
@@ -33,7 +33,6 @@
*/
#include "stm32f4xx_hal.h"
#include "stm-init.h"
-#include "stm-led.h"
#include "stm-uart.h"
#include "mgmt-cli.h"
@@ -79,11 +78,8 @@ int embedded_cli_loop(struct cli_def *cli)
while (1) {
cli_loop_start_new_command(cli, &ctx);
- HAL_GPIO_TogglePin(LED_PORT, LED_YELLOW);
while (1) {
- HAL_GPIO_TogglePin(LED_PORT, LED_BLUE);
-
cli_loop_show_prompt(cli, &ctx);
n = cli_loop_read_next_char(cli, &ctx, &c);