From f44bd871c77406f8e28047d9484cbabafa626040 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 4 Oct 2008 12:00:18 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@459 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/ARM7-LPC214x-GCC/main.c | 9 ++------- 1 file changed, 2 insertions(+), 7 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 588bd21af..3ff516077 100644 --- a/demos/ARM7-LPC214x-GCC/main.c +++ b/demos/ARM7-LPC214x-GCC/main.c @@ -109,7 +109,8 @@ static void RemoveHandler(eventid_t id) { } /* - * Entry point, the interrupts are disabled on entry. + * Entry point, note, the main() function is already a thread in the system + * on entry. */ int main(int argc, char **argv) { static const evhandler_t evhndl[] = { @@ -120,12 +121,6 @@ int main(int argc, char **argv) { static EvTimer evt; struct EventListener el0, el1, el2; - /* - * The main() function becomes a thread here then the interrupts are - * enabled and ChibiOS/RT goes live. - */ - chSysInit(); - /* * If a button is pressed during the reset then the blinking leds threads * are not started in order to make accurate benchmarks. -- cgit v1.2.3