From dcea5f0360725d2c25b61eefe9db7b2474b26dd6 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 6 Apr 2011 17:48:56 +0000 Subject: Remove user_initialize(); Make sure all integer types are signed that need to be git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3474 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/sched/os_start.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'nuttx/sched') diff --git a/nuttx/sched/os_start.c b/nuttx/sched/os_start.c index 0e44099c8..da34ad895 100644 --- a/nuttx/sched/os_start.c +++ b/nuttx/sched/os_start.c @@ -311,18 +311,6 @@ void os_start(void) irq_initialize(); } - /* Provide an access point to initialize any user-specific logic very - * early in the initialization sequence. Note that user_ininitialize() - * is called only if it is provided in the link. - */ - -#ifdef CONFIG_HAVE_WEAKFUNCTIONS - if (user_initialize != NULL) -#endif - { - user_initialize(); - } - /* Initialize the watchdog facility (if included in the link) */ #ifdef CONFIG_HAVE_WEAKFUNCTIONS -- cgit v1.2.3