From 6a657e945c5f4071ba04023a6e839087fb3c0dc5 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 8 Oct 2008 21:52:22 +0000 Subject: Update comments git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1004 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/arch/arm/src/dm320/dm320_usbdev.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'nuttx/arch/arm/src/dm320/dm320_usbdev.c') diff --git a/nuttx/arch/arm/src/dm320/dm320_usbdev.c b/nuttx/arch/arm/src/dm320/dm320_usbdev.c index 26801e72b..a4e57a9ed 100644 --- a/nuttx/arch/arm/src/dm320/dm320_usbdev.c +++ b/nuttx/arch/arm/src/dm320/dm320_usbdev.c @@ -1086,6 +1086,11 @@ static void dm320_cancelrequests(struct dm320_ep_s *privep) /******************************************************************************* * Name: dm320_epfindbyaddr + * + * Description: + * Find the physical endpoint structure corresponding to a logic endpoint + * address + * *******************************************************************************/ static struct dm320_ep_s *dm320_epfindbyaddr(struct dm320_usbdev_s *priv, -- cgit v1.2.3