aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARM7-LPC214x-GCC
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-10-06 09:53:07 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-10-06 09:53:07 +0000
commit00c6f5ea40f97385dce7ab7b9d20bc0cb909ad23 (patch)
tree4f6800f72e8ef9efbf6c2c57214738eda773a1ae /demos/ARM7-LPC214x-GCC
parentd6d799ed48f8193bee286187132221f831726a07 (diff)
downloadChibiOS-00c6f5ea40f97385dce7ab7b9d20bc0cb909ad23.tar.gz
ChibiOS-00c6f5ea40f97385dce7ab7b9d20bc0cb909ad23.tar.bz2
ChibiOS-00c6f5ea40f97385dce7ab7b9d20bc0cb909ad23.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@40 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARM7-LPC214x-GCC')
-rw-r--r--demos/ARM7-LPC214x-GCC/chcore.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/demos/ARM7-LPC214x-GCC/chcore.c b/demos/ARM7-LPC214x-GCC/chcore.c
index 3d72c20db..d06e57657 100644
--- a/demos/ARM7-LPC214x-GCC/chcore.c
+++ b/demos/ARM7-LPC214x-GCC/chcore.c
@@ -145,6 +145,8 @@ void hwinit(void) {
void chSysPause(void) {
+ chThdSetPriority(IDLEPRIO);
+
while (TRUE) {
// Note, it is disabled because it causes trouble with the JTAG probe.
// Enable it in the final code only.