summaryrefslogtreecommitdiff
path: root/nuttx/drivers
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-05-19 22:14:36 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-05-19 22:14:36 +0000
commitccc7221d0cd7b18c5e2bcab40aa648135ff970d1 (patch)
tree835ce65cca6afdab9948fcf6033b2d45201ebd62 /nuttx/drivers
parent220991ac89d601ad6d0d459b9052421a53ff7536 (diff)
downloadpx4-nuttx-ccc7221d0cd7b18c5e2bcab40aa648135ff970d1.tar.gz
px4-nuttx-ccc7221d0cd7b18c5e2bcab40aa648135ff970d1.tar.bz2
px4-nuttx-ccc7221d0cd7b18c5e2bcab40aa648135ff970d1.zip
NSH integration, fix serial interrupt handling
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1803 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/drivers')
-rw-r--r--nuttx/drivers/serial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/drivers/serial.c b/nuttx/drivers/serial.c
index ddc7338bc..2dc7d8151 100644
--- a/nuttx/drivers/serial.c
+++ b/nuttx/drivers/serial.c
@@ -1,7 +1,7 @@
/************************************************************************************
* drivers/serial.c
*
- * Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2007-2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without