diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-04-18 13:53:35 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-04-18 13:53:35 +0000 |
commit | 1a92e62d26d86b73db769fcb1d47ec5543cd0abd (patch) | |
tree | e978cd515017230a2e7cf14d77ed41e64537b589 /demos/SPC5 | |
parent | 73e801bad61ab71009676a4031904da2de75e4dc (diff) | |
download | ChibiOS-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')
-rw-r--r-- | demos/SPC5/RT-SPC560B-EVB/main.c | 1 | ||||
-rw-r--r-- | demos/SPC5/RT-SPC560D-EVB/main.c | 1 | ||||
-rw-r--r-- | demos/SPC5/RT-SPC560P-EVB/main.c | 1 | ||||
-rw-r--r-- | demos/SPC5/RT-SPC563M-EVB/main.c | 1 | ||||
-rw-r--r-- | demos/SPC5/RT-SPC564A-EVB/main.c | 1 | ||||
-rw-r--r-- | demos/SPC5/RT-SPC56EC-EVB/main.c | 1 | ||||
-rw-r--r-- | demos/SPC5/RT-SPC56EL-EVB/main.c | 1 |
7 files changed, 0 insertions, 7 deletions
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;
diff --git a/demos/SPC5/RT-SPC560D-EVB/main.c b/demos/SPC5/RT-SPC560D-EVB/main.c index 427ddbcf3..15cc43f32 100644 --- a/demos/SPC5/RT-SPC560D-EVB/main.c +++ b/demos/SPC5/RT-SPC560D-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;
diff --git a/demos/SPC5/RT-SPC560P-EVB/main.c b/demos/SPC5/RT-SPC560P-EVB/main.c index 92aaf6769..bef7114c6 100644 --- a/demos/SPC5/RT-SPC560P-EVB/main.c +++ b/demos/SPC5/RT-SPC560P-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;
diff --git a/demos/SPC5/RT-SPC563M-EVB/main.c b/demos/SPC5/RT-SPC563M-EVB/main.c index 448c43705..afb9bcac1 100644 --- a/demos/SPC5/RT-SPC563M-EVB/main.c +++ b/demos/SPC5/RT-SPC563M-EVB/main.c @@ -121,7 +121,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;
diff --git a/demos/SPC5/RT-SPC564A-EVB/main.c b/demos/SPC5/RT-SPC564A-EVB/main.c index 448c43705..afb9bcac1 100644 --- a/demos/SPC5/RT-SPC564A-EVB/main.c +++ b/demos/SPC5/RT-SPC564A-EVB/main.c @@ -121,7 +121,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;
diff --git a/demos/SPC5/RT-SPC56EC-EVB/main.c b/demos/SPC5/RT-SPC56EC-EVB/main.c index 427ddbcf3..15cc43f32 100644 --- a/demos/SPC5/RT-SPC56EC-EVB/main.c +++ b/demos/SPC5/RT-SPC56EC-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;
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;
|