git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9316 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
73e801bad6
commit
1a92e62d26
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue