aboutsummaryrefslogtreecommitdiff
path: root/nuttx/sched/sig_received.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-12-26 16:24:43 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-12-26 16:24:43 +0000
commit8f88c268c2e343fee167be7ccaba5520532faad1 (patch)
treee948ed86f4ebc9b8772c7a660ce0c1cc5df03196 /nuttx/sched/sig_received.c
parent49a51cb0f169386de168bcc6c70c35c3be6b781c (diff)
downloadpx4-firmware-8f88c268c2e343fee167be7ccaba5520532faad1.tar.gz
px4-firmware-8f88c268c2e343fee167be7ccaba5520532faad1.tar.bz2
px4-firmware-8f88c268c2e343fee167be7ccaba5520532faad1.zip
Fix an PIC32 error in scheduling of signal handlers
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4229 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/sched/sig_received.c')
-rw-r--r--nuttx/sched/sig_received.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/sched/sig_received.c b/nuttx/sched/sig_received.c
index 26727dfbc..f92e07146 100644
--- a/nuttx/sched/sig_received.c
+++ b/nuttx/sched/sig_received.c
@@ -2,7 +2,7 @@
* sched/sig_received.c
*
* Copyright (C) 2007, 2009, 2011 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions