summaryrefslogtreecommitdiff
path: root/nuttx/arch/c5471
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-21 23:06:29 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-21 23:06:29 +0000
commit9de734f2b4321570ac13051c26f1120a79b17849 (patch)
treec2d052a021a8b305c51d697e86ed09856a46350a /nuttx/arch/c5471
parentf895e2fefee423d37285d8af1697c7f91d211aed (diff)
downloadpx4-nuttx-9de734f2b4321570ac13051c26f1120a79b17849.tar.gz
px4-nuttx-9de734f2b4321570ac13051c26f1120a79b17849.tar.bz2
px4-nuttx-9de734f2b4321570ac13051c26f1120a79b17849.zip
Progress with DM320
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@117 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/c5471')
-rw-r--r--nuttx/arch/c5471/src/up_doirq.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/nuttx/arch/c5471/src/up_doirq.c b/nuttx/arch/c5471/src/up_doirq.c
index ab1b40d65..73d6f8a76 100644
--- a/nuttx/arch/c5471/src/up_doirq.c
+++ b/nuttx/arch/c5471/src/up_doirq.c
@@ -97,7 +97,6 @@ void up_doirq(int irq, uint32* regs)
* disabled.
*/
- current_regs = NULL;
up_enable_irq(irq);
}
up_ledoff(LED_INIRQ);