From 080fb7d084f878e792563a60a255b5fc993ae0ba Mon Sep 17 00:00:00 2001 From: gdisirio Date: Thu, 22 Nov 2007 11:29:17 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@104 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/ARM7-LPC214x-GCC/main.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'demos/ARM7-LPC214x-GCC/main.c') 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 @@ -135,12 +135,6 @@ int main(int argc, char **argv) { chThdCreate(NORMALPRIO, 0, waThread2, sizeof(waThread2), Thread2, NULL); } - /* - * 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. -- cgit v1.2.3