summaryrefslogtreecommitdiff
path: root/nuttx/arch
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-11-23 21:16:43 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-11-23 21:16:43 +0000
commitfa64306fac12fed8522ab0facdb2cd7f211b2d30 (patch)
tree612152ea399908ad1a2d2306c2e7a35154aaf96c /nuttx/arch
parent789f463db7fc2a1613374fb8ea45cdba6cc77136 (diff)
downloadpx4-nuttx-fa64306fac12fed8522ab0facdb2cd7f211b2d30.tar.gz
px4-nuttx-fa64306fac12fed8522ab0facdb2cd7f211b2d30.tar.bz2
px4-nuttx-fa64306fac12fed8522ab0facdb2cd7f211b2d30.zip
Removed unused uIP files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@403 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch')
-rw-r--r--nuttx/arch/arm/src/common/up_exit.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/arch/arm/src/common/up_exit.c b/nuttx/arch/arm/src/common/up_exit.c
index 3dac42595..e1cddbf26 100644
--- a/nuttx/arch/arm/src/common/up_exit.c
+++ b/nuttx/arch/arm/src/common/up_exit.c
@@ -75,7 +75,10 @@
#if defined(CONFIG_DUMP_ON_EXIT) && defined(CONFIG_DEBUG)
static void _up_dumponexit(FAR _TCB *tcb, FAR void *arg)
{
+#if CONFIG_NFILE_DESCRIPTORS > 0 || CONFIG_NFILE_STREAMS > 0
int i;
+#endif
+
dbg(" TCB=%p name=%s\n", tcb, tcb->argv[0]);
#if CONFIG_NFILE_DESCRIPTORS > 0