summaryrefslogtreecommitdiff
path: root/nuttx/arch/z16
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-25 11:59:17 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-25 11:59:17 -0600
commit2e4784a86204f678599cc58d4e55e429bae762df (patch)
treedf4797000d9eff788d7c124e8e45d5449a140237 /nuttx/arch/z16
parentbc4e52f0f8b5cc966052eb2890958bfc1fa8b630 (diff)
downloadnuttx-2e4784a86204f678599cc58d4e55e429bae762df.tar.gz
nuttx-2e4784a86204f678599cc58d4e55e429bae762df.tar.bz2
nuttx-2e4784a86204f678599cc58d4e55e429bae762df.zip
Updates to ZNeo configurations + misc cosmetic changes to comments
Diffstat (limited to 'nuttx/arch/z16')
-rw-r--r--nuttx/arch/z16/src/z16f/z16f_serial.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/arch/z16/src/z16f/z16f_serial.c b/nuttx/arch/z16/src/z16f/z16f_serial.c
index 4f8642e48..58b847ae8 100644
--- a/nuttx/arch/z16/src/z16f/z16f_serial.c
+++ b/nuttx/arch/z16/src/z16f/z16f_serial.c
@@ -508,6 +508,7 @@ static int z16f_rxinterrupt(int irq, void *context)
uart_recvchars(dev);
}
+
return OK;
}
@@ -563,7 +564,8 @@ static int z16f_txinterrupt(int irq, void *context)
* Name: z16f_ioctl
*
* Description:
- * All ioctl calls will be routed through this method
+ * All ioctl that are not handled by the upper half serial driver will be
+ * routed through this method
*
****************************************************************************/