From 7c4bd65d939a6db4f855c71b54c4fbc2727086ef Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 2 Feb 2012 04:35:35 +0000 Subject: Add David Hewson's corrections to the LPC214x USB device driver; Add LPC214x configuration to test the USB composite device git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4359 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/lib/termios/lib_tcsetattr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/lib') diff --git a/nuttx/lib/termios/lib_tcsetattr.c b/nuttx/lib/termios/lib_tcsetattr.c index 636fd3461..7868ef219 100644 --- a/nuttx/lib/termios/lib_tcsetattr.c +++ b/nuttx/lib/termios/lib_tcsetattr.c @@ -119,4 +119,4 @@ int tcsetattr(int fd, int options, FAR const struct termios *termiosp) return ioctl(fd, TCSETS, (unsigned long)termiosp); } return -ENOSYS; -} \ No newline at end of file +} -- cgit v1.2.3