summaryrefslogtreecommitdiff
path: root/nuttx/arch/hc/src/common
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-28 08:41:57 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-28 08:41:57 -0600
commitbdb25bba2e972cea6f46f0a5a3c760153549c2e1 (patch)
tree895de0151eb8125077f4ed76839ef7b242b350d6 /nuttx/arch/hc/src/common
parent8840883bda397389b96654b3637f8549fd7af226 (diff)
downloadpx4-nuttx-bdb25bba2e972cea6f46f0a5a3c760153549c2e1.tar.gz
px4-nuttx-bdb25bba2e972cea6f46f0a5a3c760153549c2e1.tar.bz2
px4-nuttx-bdb25bba2e972cea6f46f0a5a3c760153549c2e1.zip
Fix an error introduced into ALL implmentations of interrupt dispatch logic
Diffstat (limited to 'nuttx/arch/hc/src/common')
-rw-r--r--nuttx/arch/hc/src/common/up_doirq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/hc/src/common/up_doirq.c b/nuttx/arch/hc/src/common/up_doirq.c
index 047b04508..3ddedf27a 100644
--- a/nuttx/arch/hc/src/common/up_doirq.c
+++ b/nuttx/arch/hc/src/common/up_doirq.c
@@ -113,7 +113,7 @@ uint8_t *up_doirq(int irq, uint8_t *regs)
* thread at the head of the ready-to-run list.
*/
- (void)group_addrenv(rtcb);
+ (void)group_addrenv(NULL);
#endif
}
#endif