aboutsummaryrefslogtreecommitdiffstats
path: root/demos/SPC5/RT-SPC56EL-EVB
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-04-18 13:53:35 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-04-18 13:53:35 +0000
commit1a92e62d26d86b73db769fcb1d47ec5543cd0abd (patch)
treee978cd515017230a2e7cf14d77ed41e64537b589 /demos/SPC5/RT-SPC56EL-EVB
parent73e801bad61ab71009676a4031904da2de75e4dc (diff)
downloadChibiOS-1a92e62d26d86b73db769fcb1d47ec5543cd0abd.tar.gz
ChibiOS-1a92e62d26d86b73db769fcb1d47ec5543cd0abd.tar.bz2
ChibiOS-1a92e62d26d86b73db769fcb1d47ec5543cd0abd.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9316 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/SPC5/RT-SPC56EL-EVB')
-rw-r--r--demos/SPC5/RT-SPC56EL-EVB/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/demos/SPC5/RT-SPC56EL-EVB/main.c b/demos/SPC5/RT-SPC56EL-EVB/main.c
index 92aaf6769..bef7114c6 100644
--- a/demos/SPC5/RT-SPC56EL-EVB/main.c
+++ b/demos/SPC5/RT-SPC56EL-EVB/main.c
@@ -138,7 +138,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;