From 4837c5d366e965e196828a2898e2471c592b85e1 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Tue, 11 Apr 2017 00:29:00 -0400 Subject: Track API changes on sw/libhal pkcs8 branch. --- projects/hsm/mgmt-thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'projects/hsm/mgmt-thread.c') diff --git a/projects/hsm/mgmt-thread.c b/projects/hsm/mgmt-thread.c index 82b8e72..7cc13c9 100644 --- a/projects/hsm/mgmt-thread.c +++ b/projects/hsm/mgmt-thread.c @@ -78,7 +78,7 @@ static int cmd_thread_show(struct cli_def *cli, const char *command, char *argv[ name = "osTimerThread"; else name = "unknown"; - + cli_print(cli, "%d:\tptask\t%p\t%s", task_id, task->ptask, name); cli_print(cli, "\tstate\t%d\t\t%s", (int)task->state, task_state[task->state]); cli_print(cli, "\tprio\t%d", (int)task->prio); -- cgit v1.2.3