Updates to ZNeo configurations + misc cosmetic changes to comments

This commit is contained in:
Gregory Nutt 2014-04-25 11:59:17 -06:00
parent e8e2282bc2
commit b261a9886a

View File

@ -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
*
****************************************************************************/