summaryrefslogtreecommitdiff
path: root/nuttx/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-04 00:14:45 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-04 00:14:45 +0000
commit10b9a1fa0c8d68bb7f2c6fac7176669052831401 (patch)
tree7b8e16865ed3a998f215f9fc53a0db979b4f3b97 /nuttx/include
parent6ab3a2a10626f28693ff0b7db7c41e5b9e760131 (diff)
downloadpx4-nuttx-10b9a1fa0c8d68bb7f2c6fac7176669052831401.tar.gz
px4-nuttx-10b9a1fa0c8d68bb7f2c6fac7176669052831401.tar.bz2
px4-nuttx-10b9a1fa0c8d68bb7f2c6fac7176669052831401.zip
Fix an issue for architectures where interrupt numbers and vector numbers do not match 1-to-1
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4258 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include')
-rw-r--r--nuttx/include/nuttx/arch.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/include/nuttx/arch.h b/nuttx/include/nuttx/arch.h
index 3a4dedfa3..5d181ecb4 100644
--- a/nuttx/include/nuttx/arch.h
+++ b/nuttx/include/nuttx/arch.h
@@ -1,8 +1,8 @@
/****************************************************************************
* include/nuttx/arch.h
*
- * Copyright (C) 2007-2011 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Copyright (C) 2007-2012 Gregory Nutt. All rights reserved.
+ * 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