summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-22 22:02:00 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-22 22:02:00 +0000
commitfd5993e55bcdc2643cacecc8079d1c04e41e719f (patch)
treee17a0c87bfbabf515150c7f1092d0f276ea1e837
parent87bf23596937f76ca7910cfd01d84e7b7226ec62 (diff)
downloadnuttx-fd5993e55bcdc2643cacecc8079d1c04e41e719f.tar.gz
nuttx-fd5993e55bcdc2643cacecc8079d1c04e41e719f.tar.bz2
nuttx-fd5993e55bcdc2643cacecc8079d1c04e41e719f.zip
cosmetic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1062 42af7a65-404d-4744-a932-0658087f49c3
-rw-r--r--nuttx/examples/nsh/nsh_lpc214x.c2
-rw-r--r--nuttx/include/nuttx/usbdev.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/nuttx/examples/nsh/nsh_lpc214x.c b/nuttx/examples/nsh/nsh_lpc214x.c
index 8d715db77..0b49a3f1d 100644
--- a/nuttx/examples/nsh/nsh_lpc214x.c
+++ b/nuttx/examples/nsh/nsh_lpc214x.c
@@ -4,8 +4,6 @@
* Copyright (C) 2008 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
- * This logic emulates the Prolific PL2303 serial/USB converter
- *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
diff --git a/nuttx/include/nuttx/usbdev.h b/nuttx/include/nuttx/usbdev.h
index d0af5aef8..b36c05b56 100644
--- a/nuttx/include/nuttx/usbdev.h
+++ b/nuttx/include/nuttx/usbdev.h
@@ -306,8 +306,6 @@ extern "C"
* Public Functions
************************************************************************************/
-/* USB Controller Structures ********************************************************/
-
/************************************************************************************
* Name: usbdevclass_register
*