From 09b4960576a64647e27df25cd6b27e7f62ccc50c Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Mon, 1 May 2017 15:37:49 -0400 Subject: Addendum to commit e0e97a5: Remove all references to the tasker from cli-test. --- projects/cli-test/mgmt-test.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'projects/cli-test/mgmt-test.c') diff --git a/projects/cli-test/mgmt-test.c b/projects/cli-test/mgmt-test.c index 54021a5..59f0b6e 100644 --- a/projects/cli-test/mgmt-test.c +++ b/projects/cli-test/mgmt-test.c @@ -37,7 +37,6 @@ #include "stm-sdram.h" #include "stm-fmc.h" #include "stm-fpgacfg.h" -#include "task.h" #include "mgmt-cli.h" #include "mgmt-test.h" @@ -132,7 +131,7 @@ static int cmd_test_fmc(struct cli_def *cli, const char *command, char *argv[], led_on(LED_BLUE); while (! fpgacfg_check_done()) { for (i = 0; i < 4; i++) { - task_delay(500); + HAL_Delay(500); led_toggle(LED_BLUE); } } -- cgit v1.2.3