From 08680a039b6ffc922731d9a1cfdff20ef204dbba Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 1 Mar 2007 21:05:55 +0000 Subject: This creates a 8051 build that can run in 24Kb of RAM git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@26 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/sched/sched_releasefiles.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'nuttx/sched/sched_releasefiles.c') diff --git a/nuttx/sched/sched_releasefiles.c b/nuttx/sched/sched_releasefiles.c index 979aca22d..c511bdb54 100644 --- a/nuttx/sched/sched_releasefiles.c +++ b/nuttx/sched/sched_releasefiles.c @@ -38,9 +38,6 @@ ************************************************************/ #include - -#if CONFIG_NFILE_DESCRIPTORS > 0 - #include #include #include @@ -69,6 +66,8 @@ * ************************************************************/ +#if CONFIG_NFILE_DESCRIPTORS > 0 + int sched_releasefiles(_TCB *tcb) { if (tcb) -- cgit v1.2.3