aboutsummaryrefslogtreecommitdiffstats
path: root/demos/PPC-SPC563M-GCC/main.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-03-07 11:03:10 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-03-07 11:03:10 +0000
commit1d6fc52f437be05281f46ceb25d084a786a4d9a2 (patch)
tree25919c4d1df1e2f48377ddb421502e9ed4e33a95 /demos/PPC-SPC563M-GCC/main.c
parent79633162a0b534e544dd188423dc86107d80d9a9 (diff)
downloadChibiOS-1d6fc52f437be05281f46ceb25d084a786a4d9a2.tar.gz
ChibiOS-1d6fc52f437be05281f46ceb25d084a786a4d9a2.tar.bz2
ChibiOS-1d6fc52f437be05281f46ceb25d084a786a4d9a2.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5374 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/PPC-SPC563M-GCC/main.c')
-rw-r--r--demos/PPC-SPC563M-GCC/main.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/demos/PPC-SPC563M-GCC/main.c b/demos/PPC-SPC563M-GCC/main.c
index 83cf5fd46..4211daf0f 100644
--- a/demos/PPC-SPC563M-GCC/main.c
+++ b/demos/PPC-SPC563M-GCC/main.c
@@ -164,19 +164,6 @@ int main(void) {
chThdRelease(shelltp); /* Recovers memory of the previous shell. */
shelltp = NULL; /* Triggers spawning of a new shell. */
}
-#if 0
- if (SIU.GPDI[GPIO_BUTTON1].B.PDI) {
- volatile msg_t result;
-#if 0
- MemoryStream report;
-
- msObjectInit(&report, report_buffer, sizeof(report_buffer), 0);
- result = TestThread(&report);
-#else
- result = TestThread(&SD1);
-#endif
- }
-#endif
chThdSleepMilliseconds(1000);
}
return 0;