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
This commit is contained in:
patacongo
2012-02-02 04:35:35 +00:00
parent 8d01473fff
commit 7b0bcac04d
20 changed files with 1499 additions and 42 deletions
+1 -1
View File
@@ -119,4 +119,4 @@ int tcsetattr(int fd, int options, FAR const struct termios *termiosp)
return ioctl(fd, TCSETS, (unsigned long)termiosp);
}
return -ENOSYS;
}
}