aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARM7-LPC214x-GCC/chcore.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-12-11 12:01:24 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-12-11 12:01:24 +0000
commit9aaaebf0e2f93a70e725f9a4c0598bc636a78e38 (patch)
tree1b01465c2149c8812c9cbc6189d42a7f85df287f /demos/ARM7-LPC214x-GCC/chcore.c
parentb797fc9591a6ea6ae11495142218e82fed5a69b2 (diff)
downloadChibiOS-9aaaebf0e2f93a70e725f9a4c0598bc636a78e38.tar.gz
ChibiOS-9aaaebf0e2f93a70e725f9a4c0598bc636a78e38.tar.bz2
ChibiOS-9aaaebf0e2f93a70e725f9a4c0598bc636a78e38.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@136 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARM7-LPC214x-GCC/chcore.c')
-rw-r--r--demos/ARM7-LPC214x-GCC/chcore.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/demos/ARM7-LPC214x-GCC/chcore.c b/demos/ARM7-LPC214x-GCC/chcore.c
index 05305b24e..5313ecdb4 100644
--- a/demos/ARM7-LPC214x-GCC/chcore.c
+++ b/demos/ARM7-LPC214x-GCC/chcore.c
@@ -151,19 +151,6 @@ void _IdleThread(void *p) {
}
/*
- * System halt.
- * Yellow LED only.
- */
-void chSysHalt(void) {
-
- chSysLock();
- IO0SET = 0x00000C00;
- IO0CLR = 0x80000000;
- while (TRUE)
- ;
-}
-
-/*
* System console message (not implemented).
*/
void chSysPuts(char *msg) {