summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-07 20:09:12 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-07 20:09:12 +0000
commitd61b10e1e7332506d461a20cd16f79655b591125 (patch)
tree7e5660f66998963708b1e34d9d316f6481853a80 /nuttx
parente3f0f9bf694399dd38933f785e5acb0343dc7140 (diff)
downloadpx4-nuttx-d61b10e1e7332506d461a20cd16f79655b591125.tar.gz
px4-nuttx-d61b10e1e7332506d461a20cd16f79655b591125.tar.bz2
px4-nuttx-d61b10e1e7332506d461a20cd16f79655b591125.zip
typo in variable name
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1160 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx')
-rw-r--r--nuttx/arch/z80/src/z80/z80_sigdeliver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/z80/src/z80/z80_sigdeliver.c b/nuttx/arch/z80/src/z80/z80_sigdeliver.c
index 299e06a9f..cfdc32e55 100644
--- a/nuttx/arch/z80/src/z80/z80_sigdeliver.c
+++ b/nuttx/arch/z80/src/z80/z80_sigdeliver.c
@@ -83,7 +83,7 @@ void up_sigdeliver(void)
{
#ifndef CONFIG_DISABLE_SIGNALS
FAR _TCB *rtcb = (_TCB*)g_readytorun.head;
- chipret_t regs[XCPTCONTEXT_REGS];
+ chipreg_t regs[XCPTCONTEXT_REGS];
sig_deliver_t sigdeliver;
/* Save the errno. This must be preserved throughout the signal handling