aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARM7-LPC214x-GCC/main.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-11-22 11:29:17 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-11-22 11:29:17 +0000
commit080fb7d084f878e792563a60a255b5fc993ae0ba (patch)
treeb3aeb0818129704170bf3027a7f676b04d514806 /demos/ARM7-LPC214x-GCC/main.c
parent8d478094e0b24d5ba94a4ba69cc291210ed3807f (diff)
downloadChibiOS-080fb7d084f878e792563a60a255b5fc993ae0ba.tar.gz
ChibiOS-080fb7d084f878e792563a60a255b5fc993ae0ba.tar.bz2
ChibiOS-080fb7d084f878e792563a60a255b5fc993ae0ba.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@104 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARM7-LPC214x-GCC/main.c')
-rw-r--r--demos/ARM7-LPC214x-GCC/main.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/demos/ARM7-LPC214x-GCC/main.c b/demos/ARM7-LPC214x-GCC/main.c
index 1829e6eb6..f84874f78 100644
--- a/demos/ARM7-LPC214x-GCC/main.c
+++ b/demos/ARM7-LPC214x-GCC/main.c
@@ -136,12 +136,6 @@ int main(int argc, char **argv) {
}
/*
- * Allows the other threads to run by lowering the priority, remember,
- * the priority is set to the maximum in the \p chSysInit().
- */
- chThdSetPriority(NORMALPRIO);
-
- /*
* Normal main() activity, in this demo it serves events generated by
* various sources.
*/