summaryrefslogtreecommitdiff
path: root/nuttx/sched/irq_attach.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-10-16 03:22:24 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-10-16 03:22:24 +0000
commit4be3a16c92e50578956884546c1458c9914e927e (patch)
treeeb51672599361b130552ad70123aab21c8a454a2 /nuttx/sched/irq_attach.c
parente4edf83f0ac94f4705635e2af4917e2d0e7e2a7d (diff)
downloadpx4-nuttx-4be3a16c92e50578956884546c1458c9914e927e.tar.gz
px4-nuttx-4be3a16c92e50578956884546c1458c9914e927e.tar.bz2
px4-nuttx-4be3a16c92e50578956884546c1458c9914e927e.zip
No up_en/disable_irq's
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3022 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/sched/irq_attach.c')
-rw-r--r--nuttx/sched/irq_attach.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/sched/irq_attach.c b/nuttx/sched/irq_attach.c
index 5ccb77ce1..85f6b93ed 100644
--- a/nuttx/sched/irq_attach.c
+++ b/nuttx/sched/irq_attach.c
@@ -1,7 +1,7 @@
/****************************************************************************
* sched/irq_attach.c
*
- * Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2007-2008, 2010 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without