From 1a92e62d26d86b73db769fcb1d47ec5543cd0abd Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Mon, 18 Apr 2016 13:53:35 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9316 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/SPC5/RT-SPC560B-EVB/main.c | 1 - 1 file changed, 1 deletion(-) (limited to 'demos/SPC5/RT-SPC560B-EVB/main.c') diff --git a/demos/SPC5/RT-SPC560B-EVB/main.c b/demos/SPC5/RT-SPC560B-EVB/main.c index af1f4441b..faa094328 100644 --- a/demos/SPC5/RT-SPC560B-EVB/main.c +++ b/demos/SPC5/RT-SPC560B-EVB/main.c @@ -139,7 +139,6 @@ int main(void) { "shell", NORMALPRIO + 1, shellThread, (void *)&shell_cfg1); chThdWait(shelltp); /* Waiting termination. */ - chThdFreeToHeap(shelltp); /* Returning memory to heap. */ chThdSleepMilliseconds(1000); } return 0; -- cgit v1.2.3