summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xnuttx/arch/arm/src/lpc313x/lpc313x_usbdev.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/arch/arm/src/lpc313x/lpc313x_usbdev.c b/nuttx/arch/arm/src/lpc313x/lpc313x_usbdev.c
index 9d6820848..29c9a1122 100755
--- a/nuttx/arch/arm/src/lpc313x/lpc313x_usbdev.c
+++ b/nuttx/arch/arm/src/lpc313x/lpc313x_usbdev.c
@@ -1,6 +1,10 @@
/*******************************************************************************
* arch/arm/src/lpc313x/lpc313x_usbdev.c
*
+ * Author: Davide Hewson
+ *
+ * Part of the NuttX OS and based, in part, on the LPC2148 USB driver:
+ *
* Copyright (C) 2010 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*